From a7f4451fc932a255f06fcc3441f31834d82373c2 Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Tue, 19 Sep 2023 23:51:54 +0700 Subject: [PATCH] Update Installation.md --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index da70d2e..054b207 100644 --- a/Installation.md +++ b/Installation.md @@ -82,6 +82,7 @@ or python manage.py migrate python manage.py loaddata data/users.json python manage.py loaddata data/polls.json +python manage.py loaddata data/vote.json python manage.py runserver ```