Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-chronograph - Run commands at specified intervals - Google Project Hosting
-
django-chronograph - Run commands at specified intervals - Google Project Hosting
Run commands at specified intervals -
Django snippets: Annotate queryset with comment count
-
Django, Sphinx and search by distance - Andrew Kurinnyi's posterous
-
Наш опыт работы с Django, или 10 полезных модулей, облегчающих жизнь / Django Framework / Хабрахабр
-
AJAX Form Submission in Django
-
python - How to run django's test database only in memory? - Stack Overflow
-
Tutorial de Django
-
Django Settings Tip - Setting Relative Paths
import os import django # calculated paths for django and the site # used as starting points for various other paths DJANGO_ROOT = os.path.dirname(os.path.realpath(django.__file__)) SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) -
Django commands for working with configglue generated settings in Launchpad
Django commands for working with configglue generated settings from the command line -
sorl-thumbnail’s documentation — sorl-thumbnail v11.01 documentation
thumbnailer for python/django -
ASCII.jp:初めてのDjangoプロジェクト|山崎徳之の実践Python塾
-
A Guide to Testing in Django - Toast Driven
-
Django Date Template Tag Format Codes
-
ep.io: Smart Python hosting - ep.io
-
Django | The Django admin site | Django documentation
-
ridethepony/django-fiber - GitHub
-
Custom Admin Views and Reversing Django Admin URLs - Ian Lewis
-
Django Tutorial: Photo Organizer and Sharing App Part I - Django by Example
-
Custom Django admin URL + changelist view for custom list filter by Tags - Stack Overflow
-
Django — Override ModelAdmin ChangeList Ordering By Annotate and Aggregate « Useful Stuff.
-
Web development fun with Lettuce and Django — Lettuce v0.1.26 (barium release) documentation
-
ServerArrangements – Django
-
DjangoAndNginx – Django
-
Smarter caching of Django QuerySets " jeffelmore.org