diff options
Diffstat (limited to 'databaseReset.py')
-rw-r--r-- | databaseReset.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databaseReset.py b/databaseReset.py index ada1c62..37cdd4b 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -5,10 +5,11 @@ import resource import sys import time -import settings from django.core.management import call_command from django.core.management.commands import flush +import settings + """ Command-line utility for loading cave data files into troggle's database. The command line options select which combination of classes of data will be imported, |