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 f77e016 commit c498a5aCopy full SHA for c498a5a
db/project_name_survey/models.py
@@ -1,6 +1,6 @@
1
{% if with_gis %}from django.contrib.gis.db import models
2
{% else %}from django.db import models
3
-{% endif %}from wq.db.patterns.models import LabelModel
+{% endif %}from wq.db.rest.models import LabelModel
4
from django.conf import settings
5
6
0 commit comments