google-code-export / django-forum

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

INSTALLED_APP should be django.contrib.markup, not django.contrib.markdown #29

Closed GoogleCodeExporter closed 9 years ago

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

Original issue reported on code.google.com by aez...@gmail.com on 24 Jul 2008 at 3:03

GoogleCodeExporter commented 9 years ago
Fixed in SVN, Thank you.

Original comment by rwpoul...@gmail.com on 28 Jul 2008 at 2:48