summaryrefslogtreecommitdiff
path: root/app/projects/models
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-07-07 20:41:09 -0400
committerluxagraf <sng@luxagraf.net>2018-07-07 20:41:09 -0400
commit6a2393e6819ea09aeb559354a69746750aa8cbdf (patch)
tree0ac9890740f9afcd9720ea9b550a3895d95ecb50 /app/projects/models
parentfe13c3830c6b36fb8f78009a788650a992cb3070 (diff)
added campsite model, refactored some code to avoid circular imports,
reorganized some auxilary functions and fixed broken build JS.
Diffstat (limited to 'app/projects/models')
-rw-r--r--app/projects/models/base.py2
1 files changed, 0 insertions, 2 deletions
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)