Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 342 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 342 Bytes

vaultech admin

backend administration application for vaultech, the vault.

git clone [email protected]:cyanideio/vaultech_admin.git
cd vaultech_admin
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

For DEBUG:

sh scripts/dev/start_wsgi_ini.sh DEBUG