Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Python Weekly - Issue 212
RT @PythonWeekly: Python Weekly - Issue 212 #python #django #flask #ipython #jupyter #pandas #pypy #numpy #pydev #neural #network #job -
cfgov-refresh/watchserver.py at flapjack · cfpb/cfgov-refresh
-
Testing Django Projects in Vim - asciinema
Testing #Django projects in #vim -
Crushing, caching and CDN deployment in Django
-
Django: Create fixtures without specifying a primary key? - Stack Overflow
Use "pk: null" instead of "pk: 1" (or whatever), which will result in the PK being set to None, and when the object is saved a primary key will be assigned. This works for YAML at least, I'm guessing you're using that if you are creating by hand. -
Python Weekly - Issue 212
Python Weekly - Issue 212 #python #django #flask #ipython #jupyter #pandas #pypy #numpy #pydev #job #neural #network -
Saturdays With Django | Viget
> This weekend, I had the pleasure of attending the Django Girls RDU event. This workshop, hosted by a neighbor of the Viget Durham office, Caktus Group , is part... -
jthi3rry/django-pods
-
Trying JSON in Django and PostgreSQL (and compare with MongoDB)
New JSONField will be added in Django 1.9, it can be used with PostgreSQL >= 9.4 This cool article shows ... -
Welcome to Dan’s Cheat Sheets’s documentation! — Dan's Cheat Sheets 1 documentation
-
Asynchronous email delivery with Django, Amazon SES, Celery and Supervisord | Nomadblue
-
Django Model Behaviors
-
Writing your first Django app, part 1 | Django documentation | Django
Tutorial -
(11) What is the best framework for Web App development - Django or RoR or CakePHP? - Quora
-
DjangoCon 2014- AngularJS + Django = A Perfect Match - YouTube
AngularJS is a powerful MVC framework that can easily integrate with Django templates. Let's walk through integrating the two for fantastic results. The result is a fast, dynamic single page application. Help us caption & translate this video! http://amara.org/v/FOP2/ -
Django OAuth Toolkit Example
-
Tutorials — Django OAuth Toolkit 0.9.0 documentation
-
Hexagonal Design in Django
-
DjangoCon 2012 - Eric Florenzano "What is Django's Role on Mobile?" - YouTube
-
juliaelman/anora
-
Django Haystack Results to Django Rest Framework Serializer - Stack Overflow
-
liberation/django-elasticsearch · GitHub
-
django-otp-yubikey 0.3.1 : Python Package Index
A django-otp plugin that handles YubiKey devices using the Yubico OTP algorithm. -
Serving protected files from Nginx with Django
-
[Python] Emails from file-based templates - Pastebin.com