Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
uml-to-django - Project Hosting on Google Code
-
Trespams.com: Celery, Redis and Django
-
Why Django Sucks, and How we Can Fix it
-
bennylope/django-organizations
-
Software Metrics: A Django Case Study
-
Welcome to django-taggit’s documentation! — django-taggit v0.9.3 documentation
-
Welcome to django-taggit’s documentation! — django-taggit v0.9.3 documentation
-
Amazon EC2 Deployment with Boto
-
eldarion/anafero · GitHub
-
rlisagor/freshen - GitHub
-
rlisagor/freshen - GitHub
-
Hackers Gonna Hack
-
The Build
-
eldarion/anafero
Provides a site with the ability for users to publish referral links to specific pages or objects and then record any responses to those links for subsequent use by the site. For example, one an object detail page, the site builder would use a template tag from anafero to display a referral link that the user of the site can send out in a Tweet. Upon clicking that link, a response to that referral code will be record as well any other activity that the site builder wants to track for that session. It is also possilbe for anonymous referral links/codes to be generated which is useful in marketing promotions and the like. -
Django Model Formsets « streamhacker.com
-
Django Model Formsets « streamhacker.com
-
10 Django Trouble Spots for Beginners | Nettuts+
-
Django Class-Based-View Inspector -- Classy CBV
-
peewee — peewee 0.9.9 documentation
-
peewee — peewee 0.9.9 documentation
-
Using MongoDB with Django
-
Using MongoDB with Django
-
Django Packages : django reusable apps, sites and tools directory
-
How I Taught Myself to Code in 8 Weeks - Yipit Django Blog
-
Changing Django cache backend between test cases — 2General