Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Facebook oauth and Graph API with Django | Laurent Luce Blog
-
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
-
Django | Built-in template tags and filters | Django documentation
space -
dcramer/django-sentry - GitHub
-
robhudson/django-debug-toolbar - GitHub
-
Working with virtualenv
-
jessenoller.com - python, programming and other things
-
dajaxproject.com - easy to use ajax library for django
-
django-grappelli - Project Hosting on Google Code
-
jezdez/django-staticfiles - GitHub
A Django app that provides helpers for serving static files. It collects media from each of your applications (and any other places you specify) into a single location that can easily be served in production. -
OSQA | The Open Source Q&A System
-
virtualenvwrapper.django - Django template plugin for virtualenvwrapper.project
virtualenvwrapper.django is a template plugin for virtualenvwrapper.project to create new Django projects automatically. When used with mkproject, it installs Django into the new virtualenv then runs django-admin.py to create a new project skeleton. -
Djangoでguestbookアプリ - 偏った言語信者の垂れ流し
-
arthurk/django-disqus - GitHub
-
montylounge/django-disqus - GitHub
-
Django | The Web framework for perfectionists with deadlines
-
Django tips: A simple AJAX example, part 1
-
arthurk/django-disqus - GitHub
-
Django Dose - Handling Development, Staging, and Production Environments
-
Django + Fabric = easy multi-stage deployment on WebFaction - PithyLess
-
Chapter 12: Deploying Django
if socket.gethostname() == 'my-laptop': DEBUG = TEMPLATE_DEBUG = True else: DEBUG = TEMPLATE_DEBUG = False -
Presentation: pip and virtualenv | mathematism
-
The Newsapps Boundary Service API! « News Apps Blog
-
python - Django: how do you serve media / stylesheets and link to them within templates - Stack Overflow
-
akoha / django-lean / wiki / Home – Bitbucket