Issue 29: INSTALLED_APP should be django.contrib.markup, not django.contrib.markdown
Status:  Fixed
Owner: ----
Closed:  Jul 2008
Reported by aez...@gmail.com, Jul 23, 2008
What steps will reproduce the problem?
1. follow instructions in README.txt
2. add django.contrib.markdown to INSTALLED_APPS
3. refresh forum page

What is the expected output? What do you see instead?
Forum HTML and forum content. Instead you get a traceback about markdown not being a 
module.

What version of the product are you using? On what operating system?
Latest SVN trunk, Rev. 22.


Please provide any additional information below.
The docs just need to be modified to read django.contrib.markup instead of 
django.contrib.markdown.

 
Jul 27, 2008
Project Member #1 rwpoul...@gmail.com
Fixed in SVN, Thank you.
Status: Fixed