Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
email - how to recieve mail using python - Stack Overflow
handy -
python - Django - Set Up A Scheduled Job? - Stack Overflow
-
Static content with django-multilingual flatpages | Development Doodles
-
Graham Dumpleton: Using mod_wsgi when developing Django sites.
-
Gondor — effortless production Django hosting
-
SeanHayes/django-config-gen - GitHub
"Generates configuration files for Apache, Nginx, etc. using values in settings.py and the Django template system. You can write your own templates for whatever text based config file you need." -
toastdriven/saved_searches - GitHub
"Allows you to personalize search by storing a user's search history. For use with Haystack (http://haystacksearch.org/)." -
ファイルのアップロード - Ponsuke’s Hobby Programming
-
John Anderson ( sontek ) - PyCon Sprints Part 1: The realtime web with gevent, socket io, redis and django
...One of the major themes of PyCon was realtime web utilizing websockets or long polling and coroutines. -
django-rosetta fork for translating Django .po catalogs, with a lot of improvements compared with rosetta
-
Attractive Charts with Open Flash Charts and Django
-
jacobian/django-googlecharts - GitHub
-
EL's NOTE: The Django Book 第14章 ユーザと認証 その2
-
win-django.com - Djangoのユーザ認証を使う
-
Extend the Django-registration Form - Adding the Extra Fields you Want « Fresh Code
-
Python/Django iterating over one list, while checking inside Object - Stack Overflow
-
splinter - python acceptance testing for web applications — splinter v0.0.4dev documentation
-
Django - how to dynamically generate a menu based on use privs - Stack Overflow
-
Hosting Django under Nginx with SCGI and WSGI
-
Python Package Index : django-sitetree 0.2.1
-
Django Forms: Best Practices, Tips, Tricks
-
PyCon 2011: Deploying Django web applications to the cloud
-
Scaling Django Apps With Amazon AWS
-
Handle choices the right way
A lot of common use cases involve a model field which needs to accept values from a restricted set of choices; for example, a field for selecting a US state should, logically, only allow values which correspond to actual US states. In Django’s ORM, this is represented by using the “choices” argument when defining the field, and generally this provides a fairly easy solution. -
A Roundup of 10 Django Tutorials | blogfreakz.com