Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Dimitri-Gnidash/django-js-utils - GitHub
-
HOWTO: Set up a Persistent Django Environment in Ubuntu on ...
-
Card store project #4: Notes on using Amazon's CloudFront ...
-
Первая страница: DjangoBook по-русски | DjangoBook v2.0 beta
-
Installing Django on EC2 & EBS | Things that were not immediately obvious to me
-
simplegeo/python-simplegeo-places - GitHub
-
simplegeo/python-simplegeo - GitHub
-
Business Website Design and Development - Cartwheel Corporate ...
corporate web development services -
pydanny
MY BLOG ON THINGS PYTHON AND OTHER TECH STUFF. -
Python Package Index : django-reroute 1.1.1
-
jezdez/django-redis-monitor - GitHub
-
Turning Vim into a modern Python IDE
-
How and why to use django-mongokit (aka. Django to MongoDB) - Peterbe.com (Peter Bengtsson on Python, Django, Zope, Kung Fu, London and photos)
-
PyDev
-
Django snippets: Add buttons in admin forms
"A subclass of this admin will let you add buttons (like history) in the change view of an entry." -
versae: django-qbe @ GitHub
Admin tool in order to get custom reports. The objective of django-qbe is provide a assited and interactive way of making complex queries with no technical knowledge (or minimal) to get custom reports from the objects of Django models. Based on QBE proposal from IBM®, django-qbe is intended to remove the limitations of Django QuerySets objects and to use the whole expresive power of the subjacent SQL. -
Notes on using pip and virtualenv with Django SaltyCrane Blog
-
Django | The “local flavor” add-ons | Django documentation
great collection of US-specific validated fields: phone number, ssn, states, zips -
Lazy Pythonista: Django Models - Digging a Little Deeper
-
Zipimport を使って App Engine で Django 1.0 を使用する - Google App Engine - Google Code
-
DeadWisdom / Migratory / wiki / Home – Bitbucket
-
Django Admin Options
-
jacobian/django-pjax - GitHub
https://github.com/jacobian/django-pjax.git -
Standalone Django scripts
import os from optparse import OptionParser usage = "usage: %prog -s SETTINGS | --settings=SETTINGS" parser = OptionParser(usage) parser.add_option('-s', '--settings', dest='settings', metavar='SETTINGS', help="The Django settings module to use") (options, args) = parser.parse_args() if not options.settings: parser.error("You must specify a settings module") os.environ['DJANGO_SETTINGS_MODULE'] = options.setting -
Django REST framework