From 579ed5bf5221c61de0ed535d798f05433ecc6f9a Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 16 Mar 2017 13:31:05 +0100 Subject: [PATCH] Add missing makemigrations step Instructions were missing a necessary step to build migration files, before running migrate. Change-Id: I1cab3cdfaf07c1f41337e1e658d803336b9ab2a5 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 6b5691e..c6f3bbd 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,9 @@ Configuration and Usage Copy odsreg/local_settings.py.sample to odsreg/local_settings.py and change settings there. In particular you should set DEBUG=True or ALLOWED_HOSTS. +Build migrations files: +./manage.py makemigrations cfp + Create empty database: ./manage.py migrate