From 5e9d78b0e3177e2ef2dca775c4a07b2842fdcdc4 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 25 May 2020 19:14:26 +0200 Subject: [PATCH] Fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 153d684..25e8269 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ pairs in your database, so you can store configuation in your database easily. INSTALLED_APPS = [ ... - 'polls', + 'dbsettings', ] -2. Run ``python manage.py makemigrations`` and ``python manage.py migrate`` to - create the polls models. +2. Run ``python manage.py makemigrations dbsettings`` and + ``python manage.py migrate dbsettings`` to create the polls 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)