Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 494 Bytes

README.rst

File metadata and controls

29 lines (17 loc) · 494 Bytes

Devitz Manager

This is the master power manager!

How to start?

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!