diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 20:18:46 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-31 20:18:46 +0100 |
commit | e1cf43c260c75b3e047d02c49d8e26b2bb14e153 (patch) | |
tree | 08a432cacd9b312b213b16570d087bf85044468e /localsettings.py | |
parent | a6ed0a964e8d3c99eff918d1fbe1abbd6c222460 (diff) | |
download | troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.tar.gz troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.tar.bz2 troggle-e1cf43c260c75b3e047d02c49d8e26b2bb14e153.zip |
trailing slashes fixed
Diffstat (limited to 'localsettings.py')
-rw-r--r-- | localsettings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/localsettings.py b/localsettings.py index 15491ab..1333952 100644 --- a/localsettings.py +++ b/localsettings.py @@ -15,13 +15,11 @@ This file is included at the end of the main troggle/settings.py file so that it overwrites defaults in that file. """ -# link 'localsettings.py' to localsettingsWSL.py for use on a Windows 10 machine running WSL1 print(" * importing troggle/localsettings.py") #----------------------------------------------------------------- # THINK before you push this to a repo # - have you checked that credentials.py is in .gitignore ? -# - have you run pre-push.sh to copy files and remove passwords? # - we don't want to have to change the expo system password ! #----------------------------------------------------------------- # default values, then get overwritten by real secrets |