From 6f272defe8fc54864d2189d7798e1c348213126a Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Thu, 31 Dec 2020 22:17:19 +0100 Subject: [PATCH] Add missing instructions to INSTALL.md --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b384229..e9561a2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,6 +16,13 @@ This project was tested with Python 3.8.6 on an Ubuntu Linux host. It should the Any configuration you have to do takes place in a localsettings.py file in the project's root directory. Copy the provided localsettings.dist.py to localsettings.py and make any modifications you may need. The options are documented within that file. +### Prepare database + +To set up the database, run the following commands: + +```python3 manage.py makemigrations``` +```python3 manage.py migrate``` + ### Creating superuser account To create an account to login to your Kumify instance, you need to use the following command in the project's root directory: