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/projects/models/base.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/projects/models') diff --git a/app/projects/models/base.py b/app/projects/models/base.py index a45fe04..aa795d2 100644 --- a/app/projects/models/base.py +++ b/app/projects/models/base.py @@ -3,8 +3,6 @@ from django.contrib.gis.db import models from django.contrib.sitemaps import Sitemap from django.conf import settings -from utils.widgets import markdown_to_html - def get_upload_path(self, filename): return "images/project-thumbs/%s/%s" % (datetime.datetime.today().strftime("%Y"), filename) -- cgit v1.2.3