diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 17:32:45 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-03-24 17:32:45 +0000 |
commit | 39194704f50e14f6b2f4b3a4b481824a67dd0303 (patch) | |
tree | 7fd92539f19c59fcec58d9679c8010ad2bb895d7 /databaseReset.py | |
parent | 9a914873750cee6fb2cde17a45fcd7f7a487a796 (diff) | |
download | troggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.tar.gz troggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.tar.bz2 troggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.zip |
pathlib updates
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databaseReset.py b/databaseReset.py index 7510ce3..bf91ccf 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -16,6 +16,7 @@ a complete reset, and the queue is then executed. In future all these functions may be moved to a control panel webpage running within the troggle application. """ +print(" - settings on loading databaseReset.py", flush=True) os.environ['PYTHONPATH'] = settings.PYTHON_PATH os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'settings') |