Skip to content

Commit

Permalink
LabelModel moved to wq.db.rest
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2023
1 parent f77e016 commit c498a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/project_name_survey/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if with_gis %}from django.contrib.gis.db import models
{% else %}from django.db import models
{% endif %}from wq.db.patterns.models import LabelModel
{% endif %}from wq.db.rest.models import LabelModel
from django.conf import settings


Expand Down

0 comments on commit c498a5a

Please sign in to comment.