summaryrefslogtreecommitdiff
path: root/app/guide/models.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-05-08 19:44:58 -0400
committerluxagraf <sng@luxagraf.net>2014-05-08 19:44:58 -0400
commit58e402a077c710c04934e3a7ddc25883427d1f64 (patch)
tree485506e3c1805a793f2d5920751f53c400b08aac /app/guide/models.py
parent5f430f31474847ac50fa017dc1397c3bde2d140d (diff)
added birding app, fixed a few python-related bugs throughout the code base.
Diffstat (limited to 'app/guide/models.py')
-rw-r--r--app/guide/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/guide/models.py b/app/guide/models.py
index 5a2036d..90f63e1 100644
--- a/app/guide/models.py
+++ b/app/guide/models.py
@@ -7,7 +7,7 @@ from django.template.defaultfilters import truncatewords_html
from PIL import Image
-from utils import markdown2 as markdown
+import markdown
from taggit.managers import TaggableManager
from locations.models import Location,Region,Country
from blog.models import Entry