Merge pull request 'fix readme steps' (#2) from fix/setup_steps into master

Reviewed-on: #2
This commit is contained in:
Pratyush Desai 2025-01-24 21:40:48 +01:00
commit 3b5f836bab

View File

@ -8,9 +8,8 @@
* 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
* Create admin user: `python manage.py createsuperuser`
* `python manage.py makemigrations`
* `python manage.py migrate` * `python manage.py migrate`
* Create admin user: `python manage.py createsuperuser`
* `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 log in via the superuser credentials http://localhost:8000/admin/ to login via the superuser credentials