summaryrefslogtreecommitdiff
path: root/app/blog
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2014-05-01 01:18:37 +0000
committerluxagraf <sng@luxagraf.net>2014-05-01 01:18:37 +0000
commit63662145af4487bc026e6cd906766a95817d46fb (patch)
tree8807cfb2559ea9d22043bc833492101fcb2aa9cb /app/blog
parent79b3268e10706e1ea14d7ba1275a9744ce51cd3a (diff)
fixed Flickr issues and photo template settings
Diffstat (limited to 'app/blog')
-rw-r--r--app/blog/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/blog/models.py b/app/blog/models.py
index 0f73f86..1876460 100644
--- a/app/blog/models.py
+++ b/app/blog/models.py
@@ -6,6 +6,7 @@ from django.contrib.syndication.views import Feed
from django.contrib.sitemaps import Sitemap
from django.template.defaultfilters import truncatewords_html
from PIL import Image
+from django import forms
#http://freewisdom.org/projects/python-markdown/
import markdown