Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django — Python Anti-Patterns documentation
-
Adding a React component in Wagtail Admin - DEV Community 👩💻👨💻
-
How to Squash and Merge Django Migrations | coderbook
-
Miscellaneous Utilities — django-model-utils 3.2.0 documentation
-
django-template: Django Docker Boilerplate - Django Rest Framework with Redis, RabbitMQ and Celery
-
Login and Authentication - Tutorial for Django REST Framework (Part 2)
-
Django vs Flask: Which one should you choose for your project?
-
Using Cookiecutter to Jumpstart a Django Project on Windows with PyCharm | JoshuaHunter.com
-
Testing a Simple Home Page with Unit Tests
-
yezyilomo/django-restql: Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
Turn your API made with Django REST Framework(DRF) into a GraphQL like API. - yezyilomo/django-restql -
Django for APIs
The internet is powered by RESTful APIs. With the combination of the Django web framework and Django REST Framework, software developers can build robust web APIs in the Python programming language with a minimal amount of code. -
Best Practices for Designing a Pragmatic RESTful API | Vinay Sahni
An API is a user interface for a developer. Learn the best practices to make an API that is easy to adopt and pleasant to use. -
Creating an app with React and Django
-
Django Boilerplate Code - Open-Source and Free - DEV Community 👩💻👨💻
-
Profiling Django with DTrace and cProfile
-
django-scopes: Safely separete multiple tenants in a Django database
-
Django & Postgres & SSL · Homepage of Hynek Schlawack
-
Introduction to GraphQL using Django - The Startup - Medium
graphene-django -
The value of Docker for deployment of small apps? : django
So far, I've been deploying my Django apps to Digital Ocean using a setup of Gunicorn+Supervisor+Nginx+SQLite/Postgress (depending on needs). They... -
Django and DRY principle. : django
Hi, I am learning Django (currently working on my first large project, third one overall), and I have a questioin about repeating my code. It... -
Formatting Date Fields in Django | JoshuaHunter.com
-
Django REST Framework 3.9 -- Classy DRF
-
Django Class-Based-View Inspector -- Classy CBV
-
How we optimized Django APIs using Elasticsearch & PostgreSQL Functions
-
python - Using Django database layer outside of Django? - Stack Overflow