Skip to content Skip to sidebar Skip to footer

How Do I Use Trac Wiki Formatting In A Django/python Web Application?

I have a Python web application (Django, specifically). I'm reading in some data from a Trac database (where the descriptions use wiki formatting) and displaying it as HTML. I cons

Solution 1:

The below links shows a snippet which imports trac markup and makes a django template filter from it

http://www.djangosnippets.org/snippets/1047/

Solution 2:

I have made a plugin for Django-CMS which support Trac wiki syntax, with macros and everything else you expect from Trac:

https://bitbucket.org/mitar/cmsplugin-markup-tracwiki

Post a Comment for "How Do I Use Trac Wiki Formatting In A Django/python Web Application?"