Skip to content

gl1000007/NeuroNet

 
 

Repository files navigation

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

About

World Wide Platform for projects generation and collaboration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.4%
  • HTML 13.0%
  • JavaScript 1.8%
  • Other 0.8%