From 1d66ae1b3e5fec7cd06a8188264fd5811992b70d Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Fri, 12 Feb 2021 13:20:38 +0000 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 804d827..d28eb8a 100644 --- a/README.md +++ b/README.md @@ -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)