Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Romessa Estetik Mobilya
Modüler mobilya sektöründe hizmet veren yeniliçi ve estetik mobilyalar üreten firmadır. -
Effective Django - YouTube
-
django webapp with mysql on azure
azure django webapp with mysql backend database -
Advanced Django Forms Usage
-
Set up Django, nginx and uwsgi
-
Becoming a Django Apologist — Charles Leifer
That was a phenomenal team to work with. -
django-podcast/podcast/models.py at master · jefftriplett/django-podcast
-
django/django/utils/feedgenerator.py at master · django/django
-
Django snippets: iTunes Podcast RSS Feed
-
Default filter in Django admin - Stack Overflow
class MyModelAdmin(admin.ModelAdmin): def changelist_view(self, request, extra_context=None): if not request.GET.has_key('decommissioned__exact'): q = request.GET.copy() q['decommissioned__exact'] = 'N' request.GET = q request.META['QUERY_STRING'] = request.GET.urlencode() return super(MyModelAdmin,self).changelist_view(request, extra_context=extra_context) -
django-cms 2.0.2 and Django 1.2 – 1.3 | Ben Jao Ming
-
Django Videos, Tutorials and Screencasts
-
django hello world
hello world django -
running on linux VM using windows azure - django
-
gregmuellegger/django-sortedm2m · GitHub
SortedManyToManyField provides a custom widget which can be used to sort the selected items. It renders a list of checkboxes that can be sorted by drag'n'drop. -
What does your setup.py look like? : Python
-
Babel — Babel 1.0 documentation
-
Getting Started with Python on Heroku / Heroku Dev Center
-
Django Job Opportunities. | LinkedIn
-
tschellenbach/Django-facebook
-
python - Django for Facebook Application - Stack Overflow
-
How do I write Facebook apps using Django? - Stack Overflow
-
11 Things I Wish I Knew About Django Development Before I Started My Company: — CS + Math — Medium
-
An optimization story with Django – one thousand times faster! | Mozilla Web Development
-
Setup a complete Django server, deploy, rollback - all in one powerful script. | Ask The Pony