How do I use Trac wiki formatting in a Django/Python web application?

送分小仙女□ 提交于 2019-12-01 18:20:49

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

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

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!