Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Doing more with the Django admin
-
Green Unicorn and Nginx on Debian - drumcoder.co.uk
-
Python Package Index : django-fiber 0.9.4.1
-
Django Hosting
-
Python IDE & Django IDE for Web developers : JetBrains PyCharm
-
hakanw / django-better-chunks / wiki / Home – Bitbucket
-
Responsive Web Design with Django, Compass, and the Less Framework (PDF)
Idan Gazit's djangocon slides -
Large django sites at mozilla - Andy McKay (djangocon.eu) — Reinout van Rees' website
-
DjangoZoom - effortless deployment and hosting for Django
-
DjangoZoom - effortless deployment and hosting for Django
-
Melhoria de performance projetos Django usando Gunicorn, Nginx e Memcached
-
Django REST framework
-
3 CMSs in 45 minutes (djangocon.eu) — Reinout van Rees' website
-
How I learned to stop worrying and love python packaging - Jannis Leidel (djangocon.eu) — Reinout van Rees' website
janisuv talk na djconu -
Deploying Django applications to a production server
-
idangazit/rwd_example - GitHub
-
How to use Compass/Sass with Django. | Compass Documentation
-
How to use Compass/Sass with Django. | Compass Documentation
-
Django snippets: Convert a ValuesQuerySet to an array of dicts (useful for serializing)
def ValuesQuerySetToDict(vqs): return [item for item in vqs] # Usage data=MyModel.objects.values('id','title','...','...') data_dict = ValuesQuerySetToDict(data) data_json = simplejson.dumps(data_dict) -
simonw/django-queryset-transform - GitHub
-
Deploying Django with Fabric - Irrational Exuberance
-
DjangoOnWindowsWithIISAndSQLServer – Django
-
rlr/django-waffle - GitHub
-
django-ttag — django-ttag v1.0 documentation
This documentation covers the 1.0 release of django-ttag, a template tag constructor library for Django created for the purpose of making writing template tags easier. The tag syntax is modelled on Django’s friendly syntaxes for models and forms. -
Python Package Index : django-hosts 0.1