Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Advanced tutorial: How to write reusable apps | Django documentation | Django
-
Packaging a Django reusable app — bruno.im
-
django - How do I package a python application to make it pip-installable? - Stack Overflow
-
Working with Django: neomodel — py2neo 1.6.4 documentation
-
SocialCodeInc/django-tastypie-swagger
django tastypie swagger -
Factory Boy Fun · Adam’s Tech Blog
-
django-reversion
-
Pete Graham Software Developer - Upgrading a Django 1.8 site to Python 3
-
nVisium/django.nV
这个 Django 项目故意包含了大量安全漏洞(OWASP 和 Django 特有的)。 可以作为反面教材学习 -
How to speed up tests with Django and Postgresql
通过下列三个 Postgres 参数加快数据库测试速冻 fsync = off synchronous_commit = off full_page_writes = off -
yourlabs/django-autocomplete-light
-
rosarior/awesome-django
-
python - Django ORM: Selecting related set - Stack Overflow
Time has passed and this functionality is now available in Django 1.4 with the introduction of the prefetch_related() QuerySet function. This function effectively does what is performed by the suggested qbind function. ie. Two queries are performed and the join occurs in Python land, but now this is handled by the ORM. -
AWS load balancers with Django | Caktus Group
-
DjangoCon 2015 - Postgresql and Django 1.8
别人整理的 DjangoCon 2015 上 Postgres 相关的笔记 -
jmcarp/nplusone
Automatically check for bad queries in Django -
django reverse causes circular import - Stack Overflow
`reverse` vs `reverse_lazy` -
Setting up Django with Nginx, Gunicorn, virtualenv, supervisor and PostgreSQL - Michał Karzyński
-
Introduction to working with APIs in Python
Application Program Interfaces, or APIs, are commonly used to retrieve data from remote websites. Sites like Reddit, Twitter, and Facebook ... -
mozilla/sugardough · GitHub
A web application template based on Django. -
Setting up an AWS ec2 instance for Nginx, Django, uWSGI, and MySQL
This article tutorial shows you Getting an ubuntu server set up on AWS with django with mysql -
jcalazan/ansible-django-stack
-
Videos in "DjangoCon Europe 2015" on Vimeo
-
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
rdegges/django-sslify