summaryrefslogtreecommitdiffstats
path: root/core/management/commands
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-03-30 21:48:36 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-03-30 21:48:36 +0100
commitb3b2356a7e6b0b6ebbb13057f987c4afbc032d31 (patch)
tree9570debc36603f7f3cc49bc9ec9363a166029284 /core/management/commands
parentb75baffdcf1b1e56d845c5a282bf231dc77b6fd3 (diff)
downloadtroggle-b3b2356a7e6b0b6ebbb13057f987c4afbc032d31.tar.gz
troggle-b3b2356a7e6b0b6ebbb13057f987c4afbc032d31.tar.bz2
troggle-b3b2356a7e6b0b6ebbb13057f987c4afbc032d31.zip
expopages now troggle/core/views_expo
Diffstat (limited to 'core/management/commands')
-rw-r--r--core/management/commands/reset_db.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/management/commands/reset_db.py b/core/management/commands/reset_db.py
index c7cfd7a..83cc97b 100644
--- a/core/management/commands/reset_db.py
+++ b/core/management/commands/reset_db.py
@@ -8,7 +8,6 @@ from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
from troggle.core.models import Cave, Entrance
-import troggle.expopages.models
import settings