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
Solution 2:
I have made a plugin for Django-CMS which support Trac wiki syntax, with macros and everything else you expect from Trac:
Post a Comment for "How Do I Use Trac Wiki Formatting In A Django/Python Web Application?"