summaryrefslogtreecommitdiff
path: root/app/notes/models.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2017-12-14 20:00:29 -0800
committerluxagraf <sng@luxagraf.net>2017-12-14 20:00:29 -0800
commit4870f2e119ab52ec6c6a553feab343b3236438b4 (patch)
treec7fcd943366d9635c1b44bcf96de718d489957d9 /app/notes/models.py
parentc903be495237125906e95e2d5fcb9f17df09327c (diff)
changed notes to use location checkins
Diffstat (limited to 'app/notes/models.py')
-rw-r--r--app/notes/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notes/models.py b/app/notes/models.py
index 794ddfd..4e7824d 100644
--- a/app/notes/models.py
+++ b/app/notes/models.py
@@ -16,7 +16,7 @@ import markdown
#from twitter_text.autolink import Autolink
from utils.widgets import markdown_to_html
-from daily.models import CheckIn
+from locations.models import CheckIn
from jrnl.models import render_images