pslockout/authserver
2018-09-13 18:06:23 -06:00
..
authserver Add tooldata API read-only route 2018-09-13 18:06:23 -06:00
media Create basic API for models 2018-09-12 17:18:11 -06:00
.gitignore Ignore and delete migrations 2018-09-13 18:04:49 -06:00
manage.py Create empty django project and app 2018-09-12 00:17:09 -06:00
README.md Ignore and delete migrations 2018-09-13 18:04:49 -06:00
requirements.txt Add pip requirements 2018-09-13 15:06:19 -06:00

Setup:

$ virtualenv -p python3 env
$ . env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ python manage.py migrate --run-syncdb
(env) $ python manage.py createsuperuser --email admin@example.com --username admin
(env) $ python manage.py runserver