Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
pennersr/django-allauth
-
kennethreitz/dj-static
-
Using Django for (mostly) static sites — Good Code
-
django-restricted-sessions
Very useful, restricts Django sessions to IP and/or user agent. -
A Django setup using Nginx and Gunicorn — Good Code
-
Wagtail CMS: a fresh take on content management
Elegant. Open source. Easy. Wagtail is the new Django CMS from Torchbox. -
Django and Tornado | Ultimate Nerdiness
-
Django and Tornado | Ultimate Nerdiness
-
Django 1.5 の紹介 - Ian Lewis
-
Django deployment using OpenShift | Appsembler
-
Using Django for (mostly) static sites — Good Code
-
Obey the Testing Goat!
-
Wagtail CMS: a fresh take on content management
-
Wagtail CMS: a fresh take on content management
-
Using Django for (mostly) static sites — Good Code
-
Using Django for (mostly) static sites — Good Code
-
MVC is not a helpful analogy for Django - All Unkept
-
Using Django for (mostly) static sites — Good Code
-
Using Django for (mostly) static sites — Good Code
-
Using Django for (mostly) static sites — Good Code
-
python - How to use schemas in Django? - Stack Overflow
I've been using: db_table = '"schema"."tablename"' in the past without realising that only work for read-only operation. When you try to add new record it would fail because the sequence would be something like "schema.tablename"_column_id_seq. db_table = 'schema\".\"tablename' does work so far. -
Simplifying your Django Frontend Tasks with Grunt | Blog | Django Development | Lincoln Loop
-
awesome-slugify: Human-readable URL slugs from any string (part 2)
-
awesome-slugify: Human-readable URL slugs from any string
-
Python Django - YouTube