Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
jQuery Timeago and Django DateTimeFields
-
Django snippets: ActiveManager: filter objects depending on publication and/or expiration dates
-
JeffCroft.com: Django Templates: An Introduction
-
The Django Book
1. http://www.djangobook.com/en/1.0/ old version of the book, 2. http://www.djangobook.com/en/2.0/ second edition of the book -
Setting up Django Development in Eclipse with Code Complete ...
How to install django in eclipse. -
django-endless-pagination - Project Hosting on Google Code
This app can be used to provide Twitter-style or Digg-style pagination, with optional AJAX support and other features like multiple or lazy pagination. The initial idea, which has guided the development of this application, is to allow pagination of web contents in very few steps. Documentation is avaliable online at http://django-endless-pagination.readthedocs.org/en/latest/index.html or in the docs directory of the project. -
howto:django_on_windows – Thinkhole Labs Wiki
-
Coder happiness in Drupal and Django, part I: hacking away
-
socialauth/README at master from uswaretech's Django-Socialauth - GitHub
-
The Django Book
-
Diving into Django | Nettuts+
Jeff Hui will show us how to build a basic ticket management system, similar to Lighthouse. Though the project won’t be nearly as advanced as Lighthouse – for obvious reasons – it should make for a nice starter for newcomers to the Django framework. -
fiee/generic_django_project - GitHub
-
Getting Started with virtualenv (Isolated Python Environments) | Mitch Fournier
In a nutshell, virtualenv is a tool for creating isolated Python environments. This is particularly useful if you host multiple Django projects on a single dev box. As an example, virtualenv allows you to easily work on one site built on Django 1.1 and django-registration 0.7 and another one built on Django 1.2 with django-registration 0.8. -
Django and Postgresql Performance at WooMe | I Am Seb
-
django-classy-tags Documentation
-
Django | The Web framework for perfectionists with deadlines
-
Refractions » Django ManyToMany Recursion using Intermediary Tables
-
Python Package Index : django-layar 0.1.0
-
安装nginx,flup,django的fastcgi模式 - (^_^)的日志 - 网易博客
-
Ubuntu搭建Django+Flup+Nginx环境-大盛博客
-
Getting Started with virtualenv (Isolated Python Environments) | Mitch Fournier
-
Django | django-admin.py and manage.py | Django documentation
-
Django | Serializing Django objects | Django documentation
-
Coder happiness in Drupal and Django, part I: hacking away
-
Django settings.py for development and production | TurnKey Linux Blog
So you developed a Django web application and now need to deploy it into production, but still need to actively continue development (bugfixes, tweaks, adding and testing new features, etc.)