Fix README

This commit is contained in:
Kumi 2021-02-12 13:20:38 +00:00
parent 2b86f1a9f0
commit 1d66ae1b3e

View file

@ -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 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/ 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) to add configuration values or use dbsettings.functions.setValue(key, value)