Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Force HTTP With Django Storages and S3Boto | Eliot Kristan's Blog
-
Install and Configure PostgreSQL in openSUSE 11.0 | SUSE & openSUSE
-
Getting Started with Django on Heroku | Heroku Dev Center
-
Getting Started with Django on Heroku | Heroku Dev Center
-
Install and Configure PostgreSQL in openSUSE 11.0 | SUSE & openSUSE
-
Install and Configure PostgreSQL in openSUSE 11.0 | SUSE & openSUSE
-
Django/Ember Token Authentication
-
GRAPPELLI ADMIN INTERFACE
-
GRAPPELLI ADMIN INTERFACE
-
▶ Building a social news site in Django - Part 1 (Screencast) - YouTube
-
▶ Building a social news site in Django - Part 1 (Screencast) - YouTube
-
django/django/http/multipartparser.py at master · django/django · GitHub
@tenderlove BTW, this gives me a chance to point out one of my favorite pieces of Django code ever: -
Asynchronous email delivery with Django, Amazon SES, Celery and Supervisord | Nomadblue
-
Django Class-Based-View Inspector -- Classy CBV
-
Deploying a Django site with Fabric | Richmond Virginia Web Developer · Francis Yaconiello
-
Deploying a Django site with Fabric | Richmond Virginia Web Developer · Francis Yaconiello
-
Curso de Python e Django
-
Curso de Python e Django
-
Why I left Heroku, and notes on my new AWS setup | Holovaty.com
-
debugging - Refactor error handling and get the right stacktrace in Python - Stack Overflow
-
leandrosouza/django-hitcount
-
Language Design is Hard. Let's Go Shopping - No Fun Allowed
E.g. typeclasses, a core language feature for Haskell, are an "emergent feature" arising from Scala's implicits and higher kinds. C# has async/await as a core language feature; Scala enables a similar coding style with its for/yield sugar, but this generalises to other "context-like objects"[3] such as Validation or Option. Fantom has Option-like null handling as a core language feature, which sounds cool until you realise this means you can't make methods that are polmorphic in nullness, or methods that work for Option and other "context-like" types (e.g. Scalaz's sequence, which is the same method whether it's applied to a Set[Validation] or a List[Future] or a Vector[Option]). Actors, a core feature in Erlang, are just another library in Scala. -
Python Diary | Django and AJAX: Dajaxice
-
Python Diary | Django and AJAX: Dajaxice
-
django-allauth: Retrieve First/Last Names from FB, Twitter, Google | scot hacker's foobar blog