From a351ad52dfe538649cb187f91e9f069197b98801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Kosma=C4=8D?= Date: Tue, 6 Dec 2022 17:48:20 +0100 Subject: [PATCH] Edited readme to include blogs in makemigrations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 460291f..cd446d7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Within a virtualenv, run the following commands, in order: ```bash pip install -r requirements.txt cd django -python3 manage.py makemigrations journal cms uploads +python3 manage.py makemigrations journal cms uploads blog python3 manage.py migrate python3 manage.py createsuperuser python3 manage.py loaddata initial_fixtures.json