Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django Performance Optimization Tips
Unfortunately, most of the developers simply add `select_related`/`prefetch_related` to their Django QuerySets to decrease the count of queries to the db -
What is SessionStack? – SessionStack Blog
xample tools like Sentry, TrackJS, Errorception provide information like the stack traces of errors, browser and operating system details etc. Some of them provide you with aggregated data with more meaningful information and insights about the health of your apps, along with many other awesome features. -
lionheart/django-pyodbc: An ODBC-powered MS SQL Server DB backend for Django 1.4+
-
Python and Django Beginner's Pack: books, tutorials, newsletters
-
Django Model Behaviors
-
ivelum/djangoql: Advanced search language for Django
-
How to Reset Migrations
-
Kim: A JSON Serialization and Marshaling framework — Kim 1.0.0 documentation
> Kim is a feature packed framework for handling even the most complex marshaling and serialization requirements. Kim looks like a great serializer framework when you which is nice when you don't quite need DRF or Django or if you want another option for serializing / deserializing data. -
Home - Django REST framework
-
gunicorn 19.x causing problems with django-1.7.1 and gevent · Issue #927 · benoitc/gunicorn · GitHub
Exception Value: DatabaseWrapper objects created in a thread can only be used in that same thread. -
Just a little Python: Introduction to Gevent
-
Introduction - Python Django Tutorials
-
The Little Book of Python Anti-Patterns
https://www.reddit.com/r/programming/comments/65m420/the_little_book_of_python_antipatterns_python/ -
How Django processes a request
-
Digging Into Django QuerySets | Caktus Group
-
Let's talk about testing Django apps
-
GitHub - djstein/modern-django: Modern Django: A Guide on How to Deploy Django-based Web Applications in 2017
-
A Production-ready Dockerfile for Your Python/Django App | Caktus Group
-
Django Content Management System | Wagtail CMS
-
How To Adaptate Cookies To EU Standards In Django Projects
-
Using reCAPTCHA with Django – Bitlab Studio
-
Developing Django with Visual Studio - Python Django Tutorials
-
Getting Started with Django Rest Framework | Forrest
-
ivelum/djangoql: Advanced search language for Django
djangoql - Advanced search language for Django -
Django vs Flask vs Pyramid: Choosing a Python Web Framework