diff options
| -rw-r--r-- | django/srpproject/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/django/srpproject/settings.py b/django/srpproject/settings.py index f538e8e..804c81d 100644 --- a/django/srpproject/settings.py +++ b/django/srpproject/settings.py @@ -12,7 +12,7 @@ MANAGERS = ADMINS  DATABASE_ENGINE = 'mysql'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.  DATABASE_NAME = 'srp'             # Or path to database file if using sqlite3.  DATABASE_USER = 'USER'             # Not used with sqlite3. -DATABASE_PASSWORD = 'PASSWORD'         # Not used with sqlite3. +DATABASE_PASSWORD = 'SECRET_PASSWORD'         # Not used with sqlite3.  DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.  DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3. | 
