Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Screencast - django-template-repl | codysoyland.com
-
django-messages - Project Hosting on Google Code
-
Django+Sproutcore
-
Tools for optimizing your website: Etag and Expire headers in Django, Apache, and Lighttpd — Officially Lucky ❡ a blog by Clint Ecker
If you’re a Django developer, you can get Etags all going by adding the django.middleware.http.ConditionalGetMiddleware to your MIDDLEWARE_CLASSES section of your settings.py file. Link -
python - Favorite Django Tips & Features? - Stack Overflow
-
django-bpmobile ドキュメント — django-bpmobile v0.1 documentation
-
Djangy - Instant deployment and scaling for your Django applications
-
Lighting Fast CMS - Home
-
Stable - Badass Python web hosting
Sling your WSGI apps with your weapon of choice: Mercurial or Git. -
wkornewald / djangotoolbox / source – Bitbucket
Small set of useful Django tools that are nonrel-compatible. Includes a middleware that dynamically changes the SITE_ID per-request (apparently in a thread-safe way!) so you can serve multiple sites with the same process. -
Django | Django documentation | Django Documentation
-
Djangoのデータベースをsqlite3からMySQLに移行したときにハマったこと - saito’s blog
-
Gregor Müllegger's Weblog · gremu.net
@require_websocket def echo(request): while True: # wait() will return new messages as they arrive message = request.websocket.wait() # wait() returns None if the connection was closed by the client if message is None: return # simple method for sending messages request.websocket.send(message) -
python - Favorite Django Tips & Features? - Stack Overflow
specific linked tip is "Use os.path.dirname() in settings.py to avoid hardcoded dirnames." also useful is the tip "Use reverse in your urlconf." -
samuelclay/NewsBlur - GitHub
-
Error Tracing in Sentry by David Cramer
-
rossp/django-helpdesk - GitHub
-
Filter Queryset in Django inlineformset_factory - efreedom
-
CUSTOMIZING THE DJANGO ADMIN
-
Easy Multi-Database Support for Django - Die in a Fire - Eric Florenzano’s Blog
-
Home - django-shop.org
-
Django-Based Blog on Google App Engine Tutorial, Part 1 | JoeyB.org
-
Example Nginx Gunicorn Configuration
-
Usware ebooks
design pattern and gotchas of Django -
http://www.pythondaddy.com/niftyurls.html