Add missing makemigrations step
Instructions were missing a necessary step to build migration files, before running migrate. Change-Id: I1cab3cdfaf07c1f41337e1e658d803336b9ab2a5
This commit is contained in:
parent
30b7913e29
commit
579ed5bf52
@ -36,6 +36,9 @@ Configuration and Usage
|
|||||||
Copy odsreg/local_settings.py.sample to odsreg/local_settings.py and change
|
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.
|
settings there. In particular you should set DEBUG=True or ALLOWED_HOSTS.
|
||||||
|
|
||||||
|
Build migrations files:
|
||||||
|
./manage.py makemigrations cfp
|
||||||
|
|
||||||
Create empty database:
|
Create empty database:
|
||||||
./manage.py migrate
|
./manage.py migrate
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user