Setting up your development and production environment with django 1.4 tutorial
Editor Rating
posted on nov 14 by djangolinks
development
fabric
git
south
unittest
-
- ID: 185
- Title:
- Url: http://www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/
- Description: Jeff Knupp's blog post
By the end of this tutorial, you will have
A fully functional Django 1.4 project
All resources under source control (with git or Mercurial)
Automated regression and unit testing (using the unittest library)
An environment independent install of your project (using virtualenv)
Automated deployment and testing (using Fabric)
Automatic database migrations (using South)
A development work flow that scales with your site.
- Total Votes: 0
|