diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/utils/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/util.py b/app/utils/util.py index 3da6d06..7ef244c 100644 --- a/app/utils/util.py +++ b/app/utils/util.py @@ -1,4 +1,4 @@ -from daily.models import CheckIn +from locations.models import CheckIn from django.contrib.gis.geos import GEOSGeometry |