summaryrefslogtreecommitdiffstats
path: root/localsettingspotatohut.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-06-20 15:43:28 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-06-20 16:51:07 +0100
commite697466557b7ec370a0bd424a33b84074e41d564 (patch)
tree37bf6f095ccf281fb864a4a7947f21a36c315894 /localsettingspotatohut.py
parentb35a0b0d26303e61e20b320db9358ae425c49933 (diff)
downloadtroggle-e697466557b7ec370a0bd424a33b84074e41d564.tar.gz
troggle-e697466557b7ec370a0bd424a33b84074e41d564.tar.bz2
troggle-e697466557b7ec370a0bd424a33b84074e41d564.zip
Cleanup secrets management, pre-run checks.
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r--localsettingspotatohut.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py
index 976e61a..2322b3e 100644
--- a/localsettingspotatohut.py
+++ b/localsettingspotatohut.py
@@ -4,6 +4,9 @@ import sys
# password and _don't_ check that file back to the repo as it exposes
# your/our password to the world!
+# This will ALL NEED TO BE CHANGED to match localsettingsWSL / python3 / Django v1.18.29
+
+
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
@@ -68,7 +71,7 @@ EMAIL_HOST = "smtp.gmail.com"
EMAIL_HOST_USER = "cuccexpo@gmail.com"
-EMAIL_HOST_PASSWORD = "khvtffkhvtff"
+EMAIL_HOST_PASSWORD = "insert-real-email-password-here"
EMAIL_PORT=587