Compare commits

..

No commits in common. "3b5f836babe8ffde328f5d85f310bb4cbf47358a" and "53a59f4f27ade93508575cd321d679b854d8439c" have entirely different histories.

View File

@ -8,8 +8,9 @@
* activate `source venv/bin/activate`
* `pip install -r requirements.txt`
* will need docker running
* `python manage.py migrate`
* Create admin user: `python manage.py createsuperuser`
* `python manage.py makemigrations`
* `python manage.py migrate`
* `python manage.py runserver`
* visit http://localhost:8000 for /public and
http://localhost:8000/admin/ to login via the superuser credentials
http://localhost:8000/admin/ to log in via the superuser credentials