summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-24 17:32:45 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-24 17:32:45 +0000
commit39194704f50e14f6b2f4b3a4b481824a67dd0303 (patch)
tree7fd92539f19c59fcec58d9679c8010ad2bb895d7 /databaseReset.py
parent9a914873750cee6fb2cde17a45fcd7f7a487a796 (diff)
downloadtroggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.tar.gz
troggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.tar.bz2
troggle-39194704f50e14f6b2f4b3a4b481824a67dd0303.zip
pathlib updates
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py1
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')