diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
commit | 30760654b7a3d7a394028fdf357d6f257def1fd5 (patch) | |
tree | 0dc128d9896b1f113e2b11c8936ff88531c9b762 /databaseReset.py | |
parent | eb74940ca81a6e900dec2b7c8df00245c6bb9a71 (diff) | |
download | troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.gz troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.bz2 troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.zip |
import order fixed by ruff
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, |