Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django database migration tool: south, explained | DjangoPro
-
Things that make me happy // Speaker Deck
-
Django Messaging for AJAX Calls Using Jquery - Hunter Ford
-
Build the next great mobile location app - Django Software Engineer
-
Django | Writing your first Django app, part 1 | Django documentation
-
Hackers Gonna Hack
-
Ecashopinions Scam : Work From Home Business
-
Ecashopinions Scam - Get Paid For Your Opinion Commercial
-
Ecashopinions Truth : Get Money Get Paid
-
Ecash Opinions Review : Income From Home Business
-
Ecash Opinions Phone Number / Get Paid For Your Opinions
-
stephenmcd/mezzanine - GitHub
-
django-debug-toolbar/debug_toolbar/panels at master · django-debug-toolbar/django-debug-toolbar · GitHub
Just discovered some hidden django-debug-toolbar panels, super useful: #django -
The Django Book
-
YouTube - Developing and deploying an application on Google App Engine
-
[Django] Backendを使ってパスワード無しでログイン (それなりブログ)
-
python - Django / MySql not honouring unique_together - Stack Overflow
-
#98 (autodetection misses Meta.unique_together) – South
-
Turn a string into a valid filename in Python - Stack Overflow
def slugify(value): """ Normalizes string, converts to lowercase, removes non-alpha characters, and converts spaces to hyphens. """ import unicodedata value = unicodedata.normalize('NFKD', value).encode('ascii', 'ignore') value = unicode(re.sub('[^ws-]', '', value).strip().lower()) ... re.sub('[-s]+', '-', value) -
Getting Started with Django
-
Using Django Inside the Tornado Web Server | Blog | Django Development | Lincoln Loop
-
Serving Static Media In Django Development Server « muhuk.com
-
What Powers Instagram: Hundreds of Instances, Dozens of Technologies - Instagram Engineering
-
GeoDjango: order PointField by distance? - GIS
-
Security releases issued | Weblog | Django