summaryrefslogtreecommitdiffstats
path: root/core/management/commands
diff options
context:
space:
mode:
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