python-boilerplate-dev

This is a Django 1.5.x boiler plate project using vagrant. The idea is to clone this, then delete the .git/ directory and start your project with 99% percent of your development work ready to go.

Requirements:

Folder structure:

  • cfg/
    • bin/ All your development binaries go here
    • installation/ All your server provision scripts (setup the server(s))
    • requirements/ All your ruby/node/python dependencies
    • vagrant/ Your vagrant specific scripts
  • src/
    • django project