From 82d096e59ff396d46a24ac8c1151e4bca9f4ac55 Mon Sep 17 00:00:00 2001 From: sosokker Date: Thu, 14 Sep 2023 22:01:45 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265e0d2..3e73308 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ or 4. Run these commands ```bash python manage.py migrate -python manage.py loaddata data/polls.json python manage.py loaddata data/users.json +python manage.py loaddata data/polls.json python manage.py runserver ```