Starting a Django Project the Right Way

Created on July 27, 2012, 10:59 a.m.
Language: en
Category: Django, Python, Tutorial, Web
Description:

    By the end of it all, you should have:

    1. A fully functional Django project
    2. All resources under source control (with git)
    3. An environment independet install of your project (using virtualenv)
    4. Automated deployment and testing (using Fabric)
    5. Automatic database migrations (using South)
    6. A solid start to your new site
URL: http://www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/


Update

Comment on This Data Unit