From 58e402a077c710c04934e3a7ddc25883427d1f64 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 8 May 2014 19:44:58 -0400 Subject: added birding app, fixed a few python-related bugs throughout the code base. --- app/guide/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/guide/models.py') 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 -- cgit v1.2.3-70-g09d2