Deploying a Django App to AWS ECS with AWS Copilot
AWS Copilot simplifies the deployment of containerized apps on AWS but requires users to have a solid understanding of AWS services.
How To Deploy Django to Production | HackerNoon
To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn.
Obey the Testing Goat!
Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue
Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue.
Deploying a Django App to AWS ECS with AWS Copilot
AWS Copilot simplifies the deployment of containerized apps on AWS but requires users to have a solid understanding of AWS services.
How To Deploy Django to Production | HackerNoon
To successfully deploy a Django application, it's important to configure settings and server correctly using tools like nginx and gunicorn.
Obey the Testing Goat!
Upgrading to Django 5.x and Python 3.12 in the third edition. Introducing Docker + Ansible for modern deployments. Embracing newer JavaScript practices.
Python Test | 219: Building Django Apps & SaaS Pegasus - Cory Zue
Various decisions involved in starting a SaaS project with Django were discussed with experienced professional Cory Zue.
Enforcing conventions in Django projects with introspection
Introspection in Python involves tools like isinstance(), type(), hasattr(), and more advanced techniques like the inspect module and metaprogramming dunder methods.
Django allows for introspection using standard Python techniques along with formally documented functions and methods for inspecting Django apps and models.
Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects - The Real Python Podcast
Python's recent performance improvements include a specialized adaptive interpreter and an experimental JIT compiler, paving the way for future speed enhancements.
Djangonauts, Ready for Blast-Off
Djangonauts mentorship program supports Django enthusiasts
Djangonauts program benefits the Django community and potentially other open source communities
Highlights from the Django Developer Survey 2024
Django remains popular but developers are exploring other frameworks for specific features and project demands.
Python in Visual Studio Code - September 2024 Release - Python
Django unit test support has been added to Visual Studio Code's Python extension for easier test management.
What's New in PyCharm 2024.2.2! | The PyCharm Blog
PyCharm 2024.2.2 enhances Django features, Python support, and introduces improvements in the Data View tool for better user experience.
Enforcing conventions in Django projects with introspection
Introspection in Python involves tools like isinstance(), type(), hasattr(), and more advanced techniques like the inspect module and metaprogramming dunder methods.
Django allows for introspection using standard Python techniques along with formally documented functions and methods for inspecting Django apps and models.
Episode #225: Python Getting Faster and Leaner & Ideas for Django Projects - The Real Python Podcast
Python's recent performance improvements include a specialized adaptive interpreter and an experimental JIT compiler, paving the way for future speed enhancements.
Djangonauts, Ready for Blast-Off
Djangonauts mentorship program supports Django enthusiasts
Djangonauts program benefits the Django community and potentially other open source communities
Highlights from the Django Developer Survey 2024
Django remains popular but developers are exploring other frameworks for specific features and project demands.
Python in Visual Studio Code - September 2024 Release - Python
Django unit test support has been added to Visual Studio Code's Python extension for easier test management.
What's New in PyCharm 2024.2.2! | The PyCharm Blog
PyCharm 2024.2.2 enhances Django features, Python support, and introduces improvements in the Data View tool for better user experience.
DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON
Django Rest Framework uses OrderedDict for serializer.data to preserve field order, which is crucial for API response consistency.
How to Perform NOT Queries in Django ORM
The NOT operator enables exclusion of specific records in Django ORM queries.
How to Use @action Decorator in Django Rest Framework
Django Rest Framework's @action decorator allows for the creation of custom API endpoints within ViewSets, enhancing functionality beyond basic CRUD operations.
Integrating Django templates with React for dynamic webpages - LogRocket Blog
Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface.
Creating Asynchronous Tasks With Celery and Django - Real Python
Celery helps offload time-intensive tasks from your Django app to ensure a smoother user experience.
The video course covers effective use cases, differences between Celery beat and workers, integration with Redis, setting up asynchronous tasks, and refactoring Django code.
Integrating Django templates with React for dynamic webpages - LogRocket Blog
Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface.
Creating Asynchronous Tasks With Celery and Django - Real Python
Celery helps offload time-intensive tasks from your Django app to ensure a smoother user experience.
The video course covers effective use cases, differences between Celery beat and workers, integration with Redis, setting up asynchronous tasks, and refactoring Django code.