Django + trac-wiki to html markdown 'SafeText' object has no attribute 'get'
问题 I am trying to render trac wiki markdown format as html for display on my website. I tried following this other SO question 'how do i use trac wiki formatting', but the code snippet returns an error when I run it. It should be noted that the question and code are nearly 4 years old. Any idea how I can get this to work? In my urls.py i simply call the tracwiki (from the snippet) view. # urls.py url(r'^$', 'tracwiki', name='index'), # views.py """ Usage: {% load tracwiki %} {{ object.body