Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Setup Django With Python 3 and Nginx in Vagrant | Sky Kok
-
Setup a Django VM with Vagrant, VirtualBox, and Chef | smalley creative blog
-
Ten Reasons Django Is Perfect For Startups | One Month
-
3.1 Announcement - Django REST framework
-
3.1 Announcement - Django REST framework
-
Django REST framework
-
Django Tutorial: Making Your Own Template Filters - Paul Finn's Blog
-
tryolabs/metamon
metamon - Collection of Ansible playbooks to quickly start your Django Application -
Introducing Silk, live profiling for Django - Michael Ford
-
Concert/uploadprogresscachedhandler.py at master · Concert/Concert
-
Concert/uploadprogresscachedhandler.py at master · Concert/Concert
-
djangosnippets: Upload progress handler using cache framework
-
djangosnippets: Upload progress handler using cache framework
-
Dropzone Django
-
Dropzone Django
-
Cómo crear un servicio REST en 30 líneas de código de Django y Python
-
Cómo crear un servicio REST en 30 líneas de código de Django y Python
-
Uploaded Files and Upload Handlers | Django documentation | Django
-
Uploaded Files and Upload Handlers | Django documentation | Django
-
Pro Django by Marty Alchin
-
AngularJS and Django
-
Mourafiq's • End to end web app with Django-Rest-Framework &...
-
markusholtermann.eu
A handful of people asked why South hasn’t just been integrated into Django, so all the old migrations would just work. There are many reasons why Andrew Godwin, the author of South, a Django core developer and the author of django.db.migrations did it differently. via Pocket -
How To Write Speedy Unit Tests in Django, Part 1: The Basics
In this series we’re discussing basic to advanced techniques for writing fast, efficient, and focused unit tests in the Django framework/content management system (CMS). Let's start with some background. One of the most important aspects of working on a software team is code testing. via Pocket -
Unit Testing in Django
As a follow-up to my post Starting a Django Project the Right Way, I wanted to talk aboue the importance of writing tests for Django applications. I previously mentioned that my first site IllestRhyme, has no app specific tests for it. This is both embarassing and true. via Pocket