Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Worksology | The Blog | Using localflavor fields for Django model validation
-
liberation/django-extended-choices - GitHub
"django-extended-choices aims to provide a better (ie for me), and more readble way of using choices in django" -
Konfigurowanie IDE dla Django. Tworzenie nowego projektu. (Python, Eclipse, Aptana Studio 3)
-
Build a simple GIS web application using GeoDjango and Google Maps — Tutorials v0.8.3 documentation
-
Python Package Index : django_qbe 0.1.5
-
ajax - Protecting prototype.js based XHR requests against CSRF - Stack Overflow
-
Installing Django with Apache and mod_wsgi on Ubuntu 10.04
-
Using Django with Google Appengine
-
Using MongoDB in your Django app - implications and benefits
-
Django server with Apache, SSL, virtualenv and some other stuff « Happy stream of thoughts
-
How do you plan your django projects?
"AntiMS": Any app which is used simply for the purpose of combining the functionality of two other apps somehow (of which the above view is an example) is referred to as a "glue app" or "adapter app". These are your friend. Don't be afraid to use these. More than that, don't be afraid of letting your INSTALLED_APPS setting get long. If that list is long, you're probably doing something right. -
Class Based Views and Dry Ravioli « All Unkept
-
Hacking Django forms for CSS flexibility | Technobabble - Christian Joergensen
-
Django Packages : Django-Socialauth
-
Python Web 框架,第 1 部分: 使用 Django 和 Python 開發 Web 站點
-
Reports – Django
-
Django Packages : django reusable apps, sites and tools directory
-
A Guide to Testing in Django - Toast Driven
-
Welcome to Django Testing Docs’s documentation! — Django Testing Docs v0.01 documentation
-
X Developer Network: Getting started with PayPal on Django
-
apache/apache2.conf at master from jacobian/django-deployment-workshop - GitHub
-
Using MongoDB in your Django app - implications and benefits
-
Pinax : Groups Overview
Groups in Pinax are simply container application/models that contain other application/models. For example, if we had something called ‘Project’ it might have ‘Tasks’ within it. The Pinax Groups system is designed to make this scenario easy to implement. It allows you to convert an application and model to become a container, henceforce called respectively a Group App and the model is called a ‘Group Model‘. It also allows you to convert an application and associated models to become ‘Group-Aware‘, which if done properly makes it capable of working inside a group or as a stand-alone application. -
Django — обработка ошибок в ajax-формах / Django Framework / Хабрахабр
-
django paypal integration