We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dc509 commit 26c822cCopy full SHA for 26c822c
django/apps/existing_database/models.py
@@ -1,7 +1,6 @@
1
-from mapswipe.db import Model
2
-
3
from django.contrib.gis.db import models as gis_models
4
from django.db import models
+from mapswipe.db import Model
5
6
# NOTE: Django model defination and existing table structure doesn't entirely matches.
7
# This is to be used for testing only.
0 commit comments