Tagged Questions

8
votes
3answers
1k views

How can i hook up WMD editor on my django forms?

How can i hook-up WMD editor on to my django forms?
1
vote
0answers
58 views

Why doesn't my Django WMD MarkDownField install work?

I'm trying to use django-wmd-editor... And failing hard. I'm trying to use it as an admin field. Here's the relevant bit of my Model: from wmd import models as wmd_models class ...
0
votes
0answers
27 views

preview markdown in django templates

I'm using django-wmd-editor in my project, and by following the readme I could easily make it work in the admin. It's working like a charm, and it's really easy to set up. However in the readme I ...