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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/management/commands/reset_db.py b/core/management/commands/reset_db.py
index 2aea94a..c7cfd7a 100644
--- a/core/management/commands/reset_db.py
+++ b/core/management/commands/reset_db.py
@@ -8,7 +8,7 @@ from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
from troggle.core.models import Cave, Entrance
-import troggle.flatpages.models
+import troggle.expopages.models
import settings