Fix README
This commit is contained in:
parent
2b86f1a9f0
commit
1d66ae1b3e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pairs in your database, so you can store configuation in your database easily.
|
|||
```
|
||||
|
||||
2. Run ``python manage.py makemigrations dbsettings`` and
|
||||
``python manage.py migrate dbsettings`` to create the polls models.
|
||||
``python manage.py migrate dbsettings`` to create the models.
|
||||
|
||||
3. Start the development server and visit http://127.0.0.1:8000/admin/
|
||||
to add configuration values or use dbsettings.functions.setValue(key, value)
|
||||
|
|
Loading…
Reference in a new issue