From 39194704f50e14f6b2f4b3a4b481824a67dd0303 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 24 Mar 2021 17:32:45 +0000 Subject: pathlib updates --- databaseReset.py | 1 + 1 file changed, 1 insertion(+) (limited to 'databaseReset.py') 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') -- cgit v1.2.3