Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
pytest.mark.django_db doesn't play nice with setup_module() · Issue #53 · pytest-dev/pytest-django
Can't use scope='module' on fixtures that set up the Django database. -
Django 介紹 · Django Girls 學習指南
-
Matt Segal Dev - 3 ways to deploy a Django backend with a React frontend
-
nautilebleu/django-fdw: A sample project to test django and Postgres Foreign Data Wrapper
A sample project to test django and Postgres Foreign Data Wrapper -
GitHub - adamchainz/django-cors-headers: Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)
-
API Bakery
Stop wasting time on repetitive, boilerplate code API Bakery is a backend code generator for REST/JSON API services that creates clean, documented and tested code that you can easily adapt, extend and maintain. -
django-api-domains
A pragmatic styleguide for Django API Projects. Contribute to phalt/django-api-domains development by creating an account on GitHub. -
benmezger/pydebug: Decorators for debugging Python
Respects django settings -
Python Cheatsheet - Python Cheatsheet
-
Mayan EDMS
-
Django vs. Flask in 2019: Which Framework to Choose | TestDriven.io
-
Automating the Boring Stuff in Django Using the Check Framework | Haki Benita
-
meshy/django-schema-graph: An interactive graph of your Django model structure
-
Automating the Boring Stuff in Django Using the Check Framework | Haki Benita
-
Accordion Books - DjangoBooks.com
-
Building SaaS with Python and Django · Matt Layman
-
Onboarding Continuity - Building SaaS with Python and Django #50 - YouTube
-
Django and Static Assets | Heroku Dev Center
-
Deployment checklist | Django documentation | Django
The Internet is a hostile environment. Before deploying your Django project, you should take some time to review your settings, with security, performance, and operations in mind. -
WhiteNoise — WhiteNoise 5.0.1 documentation
Radically simplified static file serving for Python web apps -
python - What's the difference between select_related and prefetch_related in Django ORM? - Stack Overflow
-
All You Need to Know about WSGI
In this lesson we will answer questions like what is WSGI? Why you need it ? Why you need an application (like gunicorn or uwsgi) server at all? -
uWSGI Application Server
uWSGI -
Asynchronous Tasks with Django and Celery | TestDriven.io
-
python - django.db.utils.IntegrityError: duplicate key value violates unique constraint "auth_permission_pkey" - Stack Overflow