Compare commits
No commits in common. "3b5f836babe8ffde328f5d85f310bb4cbf47358a" and "53a59f4f27ade93508575cd321d679b854d8439c" have entirely different histories.
3b5f836bab
...
53a59f4f27
@ -8,8 +8,9 @@
|
|||||||
* activate `source venv/bin/activate`
|
* activate `source venv/bin/activate`
|
||||||
* `pip install -r requirements.txt`
|
* `pip install -r requirements.txt`
|
||||||
* will need docker running
|
* will need docker running
|
||||||
* `python manage.py migrate`
|
|
||||||
* Create admin user: `python manage.py createsuperuser`
|
* Create admin user: `python manage.py createsuperuser`
|
||||||
|
* `python manage.py makemigrations`
|
||||||
|
* `python manage.py migrate`
|
||||||
* `python manage.py runserver`
|
* `python manage.py runserver`
|
||||||
* visit http://localhost:8000 for /public and
|
* 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
|
Loading…
x
Reference in New Issue
Block a user