| Issue 43: | Getting Started missing a step | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. Follow steps in Getting Started
2. Access /forum
3. Create a new thread
What is the expected output? What do you see instead?
Expect to view the thread. Instead get error compaining about non-
existent templatetag in "{% load markup %}
What version of the product are you using? On what operating system?
Trunk. Ubuntu 8.04
Please provide any additional information below.
Basically in the getting started you just need to add another step.
django.contrib.markup needs to be added to the installed settings, and the
markdown python module needs to be installed on the system if it is not
already.
Nov 17, 2008
Project Member
#1
rwpoul...@gmail.com
Status:
Fixed
|