Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
A Django template tag for the current active page « Occasionally sane
-
Entries in category "Django"
-
The B-List: Managers versus class methods
-
g :: Django articles
-
Test-Driven Development with Python
-
Django Class-Based-View Inspector -- Classy CBV
-
Expert interview: How to scale Django | Application Development - InfoWorld
-
Model Mommy: Smart fixtures for better tests — Model Mommy 1.2.1 documentation
Model-mommy offers you a smart way to create fixtures for testing in Django. With a simple and powerful API you can create many objects with a single line of code. -
factory_boy — Factory Boy 2.4.1 documentation
Instead of building an exhaustive test setup with every possible combination of corner cases, factory_boy allows you to use objects customized for the current test, while only declaring the test-specific fields -
Chapter 8: Advanced Views and URLconfs
-
Exploring Mixins with Django Model Inheritance - Eric Florenzano’s Blog
-
Haystack - Search for Django
-
cbmi/django-forkit
Adds support for shallow and deep forking (copying) Django model instances. -
How to avoid putting environment variables into multiple places with Django, nginx and uWSGI? - Stack Overflow
-
How to create django custom login page? - Google Groups
-
Test-Driven Development with Python
-
ansible-vagrant 1.2.1 : Python Package Index
-
Caktus Group : Getting Started Scheduling Tasks with Celery
-
How to learn Django without installing anything - All Unkept
-
Introduction — django-pipeline 1.3.25 documentation
-
mtford90/silk · GitHub
-
Django by errors - a different Django tutorial — Django by errors 0.2 documentation
-
Django Best Practices — Django Best Practices
If you are looking to make the jump from beginner to pro, or just trying to sharpen your skills, you'll find Django Best Practices chock full of knowledge. -
Drawing D3.js charts with Django
NVD3 is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js ... -
Django and PostgreSQL - improve performance with no effort and no code. | Ask The Pony