Issue 27: missing dependancy in the install instructions
Status:  Fixed
Owner: ----
Closed:  Jul 2008
Reported by aron.jo...@gmail.com, Jul 4, 2008
What steps will reproduce the problem?
1. make a forum and a post, using a new django project

What is the expected output? What do you see instead?
TemplateSyntaxError at /forum/thread/1/
'markup' is not a valid tag library: Could not load template library from
django.templatetags.markup, No module named markup


It's an easy fix by adding django.contrib.markup to your INSTALLED_APPS,
but it should be in the instructions.

 
Jul 4, 2008
#1 aron.jo...@gmail.com
I also needed to install the python-markdown package
Jul 21, 2008
Project Member #2 rwpoul...@gmail.com
Fixed in SVN. Thanks.
Status: Fixed