From 31eaf97f0a2d9c59effc8b72db0b15122aefeeb6 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 11 Sep 2021 10:59:48 +0300 Subject: [PATCH] Clarify README.md Add reference to where the "config file" is --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdcf960a..25adfbe4 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ for example, as follows: mysql> commit; mysql> ^ C -2.2 Then, in the configuration file, you need to comment out the connection strings to the sqlite database and uncomment the connection string to the Mysql database: +2.2 Then, in the configuration file sopds/settings.py, you need to comment out the connection strings to the sqlite database and uncomment the connection string to the Mysql database: DATABASES = { @@ -187,7 +187,7 @@ Next, you must first create a database "sopds" and a user with the necessary rig postgres=# create database sopds with owner sopds; postgres=# \q -3.2 Next in the configuration file, you need to comment out the connection strings to the sqlite database and decompress it accordingly the connection string to the PostgreSQL database: +3.2 Next in the configuration file sopds/settings.py, you need to comment out the connection strings to the sqlite database and decompress it accordingly the connection string to the PostgreSQL database: DATABASES = { 'default': {