Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Adding extra fields to a model form in Django’s admin – Hindsight Labs
My goal was to add an extra form field to one of my model objects that represented a property which was not a Django model field -
Django query analyzer
The basic premise is that I want to create an easy way for users to experiment with and play with the ORM to produce the queries that they want. If you are new to Django, figuring out the ORM is one the first things you will need to tackle and it can be a little opaque. There's some ways to play with it at the shell, or use the debug toolbar, but these can be a little limited and unhelpful to newbies. -
Simplifying Django dependencies with virtualenv « Andrew Wilkinson
virtualenv is a tool for simplifying dependency management in Python applications. As the name suggests, virtualenv creates a virtual environment which makes it easy to install Python packages without needing root privileges to do so. -
projectname at master from mike360/django-html5-boilerplate - GitHub
A starting template for Django websites using HTML5 boilerplate. -
Django | Download
-
Apresentação :: Aprendendo Django no Planeta Terra
-
bin/init.sh at master from bitmazk/django-cms-html5-1140px-boilerplate - GitHub
No more tedious setups. Start designing and developing right away. -
Python deployment tips « Memory Dump
-
The perfect Django setup. - Stochastic Technologies' official blog
-
Async Workers in Django with Celery : blog : Josh Bohde
Celery, the distributed task queue framework, recently introduced asynchronous workers in the 2.2 release. I found that when I tried to use the eventlet worker using Celery's Django integration, it started to hang after making some database calls, at least when using the psycopg2 database backend. -
Django проект PR Hero: что внутри и полученный опыт / Django Framework / Хабрахабр
-
Использование Markdown - Блог Романа Ворушина
-
mozilla/django-csp - GitHub
-
Использование Markdown - Блог Романа Ворушина
расширение markdown и markitup -
Django | Testing Django applications | Django documentation
-
Django проект PR Hero: что внутри и полученный опыт / Django Framework / Хабрахабр
-
Django入門記 09 - ファイルアップロード - あじゃぱー
-
A Guide to Testing in Django #2 - Toast Driven
-
Deploying Django with Fabric - Irrational Exuberance
-
Django - PukiWiki
-
Django | Writing your first Django app, part 1 | Django documentation
-
A Guide to Testing in Django #2
-
Django Hosting
Web hosts for Django developers -
We are currently developing a mobile admin interface for Django which use jQuery mobile, give it a try ! : django
-
A Guide to Testing in Django #2 - Toast Driven