Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Index — Django Design Patterns
-
Doing things with Django forms — The Usware Blog - Django Web Development
-
Kolios – How to extend django's user class and change authentication middleware.
-
django - How to create own extended user form? - Stack Overflow
-
Django | User authentication in Django | Django documentation
-
authentication - Extending the User model with custom fields in Django - Stack Overflow
-
python - Django : Adding a property to the User class. Changing it at runtime and UserManager.create_user - Stack Overflow
-
Django with virtualenv on Webfaction | zoe.vc
-
Turning Vim into a modern Python IDE
-
Setting up Django and Sphinx Full-text Search (django-sphinx) by David Cramer
-
John Anderson ( sontek ) - Turning Vim into a modern Python IDE
Because one of the most important parts about a development environment is the ability to easily reproduce across machines, we are going to store our vim configuration in git: $ mkdir ~/.vim/ $ mkdir ~/.vim/{autoload,bundle} $ cd ~/.vim/ $ git init The purpose of the autoload directory is to automatically load the vim plugin Pathogen, which we'll then use to load all other plugins that are located in the bundle directory. So download pathogen and put it in your autoload folder. You'll need to add the following to your ~/.vimrc so that pathogen will be loaded properly. Filetype detection must be off when you run the commands so its best to execute them first: -
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Why The New Guy Can’t Code
If you want real experience #python #django or #ruby msg me #sweatshop... Why The New Guy Can’t Code via @techcrunch RT -
tyrion / django-autocomplete / source – Bitbucket
-
Introduction — Celery v2.3.0a1 documentation
-
Django Deployment Workshop by Jacob Kaplan-Moss
-
Django Application Conventions « streamhacker.com
-
Django: Login Form on Every Page | Nerdy Dork
-
basic at master from nathanborror/django-basic-apps - GitHub
-
Django-Navigation
"Extensible breadcrumbs navigation for Django." -
django-annoying
This is a django application that tries to eliminate annoying things in the Django framework. -
django - sorl-thumbnail won't delete thumbnails - Stack Overflow
-
SAML with Django « ReTurn from Interrupt
-
Django资源大全-PythonWeb开发 »
-
A Django Development Environment with zc.buildout
This article will show you how to create a repeatable Django development environment from scratch using zc.buildout.