Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Coursly | Your guide to education
-
Web API performance: profiling Django REST framework - DabApps, Brighton, UK
-
18. A Git Crash Course — How to Tango with Django
-
Django Class-Based-View Inspector -- Classy CBV
-
Storing private files on Amazon S3 with Django and giving authorised users temporary access (Phil Gyford’s website)
-
Blog | Machinalis
-
Django 1.7 Sneak Preview - YouTube
Dr Russell Keith-Magee shows us what's new in Django 1.7. -
Blog | Machinalis
-
Django: Stop Writing Settings files — bruno.im
In Django, the settings module is a weird mix of code and configuration: it contains application configuration (stuff like TEMPLATE_DIRS, AUTHENTICATION_BACKENDS are very unlikely to change between local development and production) and environment-specific configuration (datatbase settings, email credentials, secret key, etc.). What I'd like to suggest instead is to clearly identify which of your settings vary between environments and expose them via configuration that's done outside of the settings file(s). One good way to do this is via environment variables, which is what pretty much all PaaS platforms use for exposing environment information. This approach allows having a single settings file with a clear contract of what can be configured and what can't. -
Two Scoops Press: Making Python and Django as fun as ice cream
-
www.pythonjobshq.com
-
www.pythonjobshq.com
-
Committing code | Django documentation | Django
-
Committing code | Django documentation | Django
-
niwibe/djorm-ext-pgarray
Adds support for Postgres array fields. -
বাংলায় জ্যাঙ্গো
-
বাংলায় জ্যাঙ্গো
-
Blog | Machinalis
-
Code Illusion: Installing Django on IIS 7 Using PyISAPIe
-
Python: Django on IIS
-
Twig's Tech Tips: Python/Django: Dealing with UTF8 in URLs/URIs
-
Workflows (States) in Django
Introduction to simple, but effective, utility for managing state and transitions (aka workflow). -
pydanny/advanced-django-forms-usage
-
pydanny/advanced-django-forms-usage
-
Rails vs Django: an in-depth technical comparison