diff options
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') |