This is the master power manager!
These are the steps to cast the spell:
$ git clone [email protected]:devitz/devitz-manager.git devitz_manager $ cd devitz_manager/ $ mkvirtualenv devitz_manager $ pip install -r requirements/prod.txt
And make you own settings, with settings_dev.py file, something like this:
# Debug DEBUG = False TEMPLATE_DEBUG = DEBUG
Choose your database and run, run forest, run!