Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 383 Bytes

Dev setup:

git clone
cd NeuroNet

On windows: win32-setup.cmd or win64-setup.cmd

pip install -r requirements-base.txt

On linux:

pip install -r requirements-dev.txt

Setup db:

cd kuterless
python manage.py sqlcreate --router=default | psql -U  postgres
python manage.py syncdb --migrate --noinput

python manage.py createsuperuser