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