From 5247ee458d48c1892919fed451e953f72f5d281c Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 25 Jan 2025 01:57:07 +0530 Subject: [PATCH] fix readme steps gotta migrate the auth model before one can attempt to create a superuser. Signed-off-by: Pratyush Desai --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54f1adf..01f7b6d 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ * activate `source venv/bin/activate` * `pip install -r requirements.txt` * will need docker running -* Create admin user: `python manage.py createsuperuser` -* `python manage.py makemigrations` * `python manage.py migrate` +* Create admin user: `python manage.py createsuperuser` * `python manage.py runserver` * visit http://localhost:8000 for /public and - http://localhost:8000/admin/ to log in via the superuser credentials \ No newline at end of file + http://localhost:8000/admin/ to login via the superuser credentials \ No newline at end of file -- 2.35.3