Compare commits

...

2 Commits

Author SHA1 Message Date
3b5f836bab Merge pull request 'fix readme steps' (#2) from fix/setup_steps into master
Reviewed-on: #2
2025-01-24 21:40:48 +01:00
5247ee458d
fix readme steps
gotta migrate the auth model before one can attempt to create
a superuser.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-25 01:57:07 +05:30

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