Skip to content

Commit c498a5a

Browse files
committed
LabelModel moved to wq.db.rest
1 parent f77e016 commit c498a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/project_name_survey/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if with_gis %}from django.contrib.gis.db import models
22
{% else %}from django.db import models
3-
{% endif %}from wq.db.patterns.models import LabelModel
3+
{% endif %}from wq.db.rest.models import LabelModel
44
from django.conf import settings
55

66

0 commit comments

Comments
 (0)