From 6a2393e6819ea09aeb559354a69746750aa8cbdf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 7 Jul 2018 20:41:09 -0400 Subject: added campsite model, refactored some code to avoid circular imports, reorganized some auxilary functions and fixed broken build JS. --- app/notes/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/notes') diff --git a/app/notes/models.py b/app/notes/models.py index 86b2918..8735056 100644 --- a/app/notes/models.py +++ b/app/notes/models.py @@ -5,9 +5,8 @@ from django.conf import settings from django.urls import reverse from locations.models import Location -from utils.widgets import markdown_to_html from locations.models import CheckIn -from jrnl.models import render_images +from utils.util import markdown_to_html, render_images class Note(models.Model): -- cgit v1.2.3