Pilsburgh / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

missing dependancy in the install instructions #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by aron.jo...@gmail.com on 5 Jul 2008 at 1:05

GoogleCodeExporter commented 9 years ago
I also needed to install the python-markdown package

Original comment by aron.jo...@gmail.com on 5 Jul 2008 at 1:07

GoogleCodeExporter commented 9 years ago
Fixed in SVN. Thanks.

Original comment by rwpoul...@gmail.com on 22 Jul 2008 at 4:56