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..03d143e 100644
--- a/core/management/commands/reset_db.py
+++ b/core/management/commands/reset_db.py
@@ -7,7 +7,7 @@ from django.core.urlresolvers import reverse
from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import User
-from troggle.core.models import Cave, Entrance
+from troggle.core.models_caves import Cave, Entrance
import troggle.flatpages.models
import settings