kingbuzzman / python-boilerplate-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 60.1%Language:Shell 36.1%Language:Ruby 3.7%Language:CoffeeScript 0.1%