diff options
author | luxagraf <sng@luxagraf.net> | 2017-12-14 20:01:50 -0800 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2017-12-14 20:01:50 -0800 |
commit | f238969320bb1caa4ad68e0da3664c23c951253b (patch) | |
tree | a393cdf6b732a9a0bbbd0496881dd9efe79cccc4 /app | |
parent | 4870f2e119ab52ec6c6a553feab343b3236438b4 (diff) |
changed utils to use location checkins
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 |