Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django tips: A simple AJAX example, part 1
-
Country/State/City dropdown menus inside the Django admin inline - Stack Overflow
class Location(models.Model): name = models.CharField(max_length=100) county = models.ForeignKey(County, verbose_name=_('County')) municipality = models.ForeignKey(Municipality, verbose_name=_("Municipality")) -
Python Package Index : django-preflight 0.1
-
» Choosing a web framework: Python, Django vs. Ruby on Rails - Embracing Chaos
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
django-mediagenerator - Boost your website | All Buttons Pressed
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Blog | Gigantuan
-
Django vs Ruby On Rails
Django vs Ruby on Rails has been a long running debate amongst programmers since 2004 and it’s not a debate I have any intention of wading. I’m far from an expert using Django and have no experience using Ruby on Rails. What I would like to share is something I found when researching the comparative popularity of the two. Having recently compared the search terms “Django” with “Ruby on Rails” I was surprised to find that more people are searching for Django worldwide than for Ruby on Rails. -
maraujop/django-rules - GitHub
-
I’m a designer who learned Django and launched her first webapp in 6 weeks | Limedaring.com
-
Virtualenv and pip Basics | Jontourage
-
Getting Started with Django, episode 1 | Gigantuan
-
The Technology Behind Convore - Die in a Fire - Eric Florenzano’s Blog
-
mysql - How do I create a Django model with ForeignKeys which does not cascade deletes to its children? - Stack Overflow
-
Django SocialAuth
-
Haystack - Search for Django
-
Paul D. Eden: How to setup pyodbc to connect to MSSQL from ubuntu linux
-
Django Days: a growing collection of all things Django
-
Python Package Index : Pinax 0.7
-
Installing Django 1.2.3 on Ubuntu 10.10 « HackRunner
-
Django by Example: Django Tutorials - Django by Example
-
Django | Writing your first Django app, part 1 | Django documentation
-
Développeurs PHP, démarrez un nouveau projet sous Python/Django ! | apluggedinlife.com
-
Bringing NoSQL to the people: Now Django :: myNoSQL