Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Wercker Blog
-
dyve/django-bootstrap3 · GitHub
-
Installation. — django-userena 1.2.4 documentation
-
django-user-accounts — django-user-accounts 1.0b18 documentation
-
Django for Journalism
-
George London's Blog - The Idiomatic Guide to Deploying Django in Production
-
A Better Javascript Workflow with Django — Surfing in Kansas
-
riccardo-forina/django-admin-bootstrapped
-
jakewins/django-money
-
nvbn/django-bower
-
A Better Javascript Workflow with Django — Surfing in Kansas
-
Scaling Python/Django application with Apache and mod_wsgi
-
Django In Depth
-
Use Fabric to boostrap a Django project
-
django-secure 1.0 : Python Package Index
-
amitu/importd · GitHub
django-based mini framework -
Chapter 20: Security
-
Efficient Django QuerySet Use
-
Django Packages : Internationalization
-
Use Fabric to boostrap a Django project
There are many trivial things we have to deal with as full stack web developers. And more often than not, these things need to be done repeatedly. If you are like me, you are probably tired of the process of setting up, deploying or releasing projects, or worse, you're not just tired of it, but also scared of it. Yes, I was like that till I found Fabric which made all these trivial things a breeze. -
Deployment checklist | Django documentation | Django
-
Deployment checklist | Django documentation | Django
-
Próximo curso: Django, el web framework para perfeccionistas | Maestros del Web
-
Django 1.6, Python 3 & PostGIS - part 3
Django 1.6 was released a while ago. In part one and two of this series we created a small django 1.6 app with python 3 and postgis. In this part we are finally going to deploy this applicaiton. Before we start: we will use the django application created in part 1 and part 2 of this series as a basis for this article and expand upon it. The result of part 2 is also available at github and may be useful as a starting point for this article. -
Django 1.6, Python 3 & PostGIS - part 2
Django 1.6 was released a while ago. It now supports Python 3 and has some new features relating to geodjango. So let’s try it out with the updated python box we recently released! This is the second part of a short series where we will also look at how to build, provision and deploy to any Ubuntu based server, by using Ansible.