Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django models, encapsulation and data integrity
-
custom django widget (toggle)
-
Async Views in Django 3.1 | TestDriven.io
Good post giving practical applications of async views in Django 3.1 -
Learn the Django REST Framework in Minutes | by Agustin Castro | Better Programming | Medium
Writing REST APIs is really commonplace for developers these days. When faced with the choice of technology stack, I tend to think of Django as one of my first options. So, with that said, let’s… -
The Fastest Way to Load Data Into Your Django Project using PostgreSQL • Peter Baumgartner
500000 -
GitHub - testdrivenio/django-stripe-checkout: Setting up Stripe Checkout with Django
-
django-newsfeed: A news curator and newsletter subscription package for Django
https://news.ycombinator.com/item?id=24389275 -
pennersr/django-allauth: Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
-
What happens when you run manage.py test? - Adam Johnson
-
Deploy Your Django + React.js app to Heroku - DEV
One way to build django and react into the same application and serve it via Heroku. This assumes you are building react and django natively in development (or perhaps you can run heroku local) -
martsberger/django-sql-utils: SQL utilities for Django
-
python - Django Count and Sum annotations interfere with each other - Stack Overflow
-
Deploy Your Django + React.js app to Heroku - DEV
-
Eliminating Task Processing Outages by Replacing RabbitMQ with Apache Kafka Without Downtime – DoorDash Engineering Blog
-
How to Setup Amazon S3 in a Django Project
-
Django file upload with UpdateView - Stack Overflow
enctype="multipart/form-data" -
How to set-up a Django project with django-storages and Amazon S3, but with different folders for static files and media files? - Stack Overflow
-
GitHub Actions in action - Setting up Django and Postgres - HackSoft
-
Jazzband
Jazzband is a collaborative community to share the responsibility of maintaining Python-based projects. They maintain Django Debug Toolbar, Silk, and many more Django-related projects. -
Testing Your Django App With Pytest
-
django: guidelines for speeding up template rendering performance - Stack Overflow
-
Getting a Django Application to 100% Test Coverage - Adam Johnson
-
Profiling in Django
Demonstrates profiling Django views with cProfile, a cProfile middlewear, interactive flame graphs of cProfile output with SnakeViz, and Django Silk. -
How to Work With AJAX Request With Django
-
Bonus Django Documentation Sites - Adam Johnson