You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I just picked up an old project i was working on ( wasn't working on it for a year almost), and now the comments and markup modules are not working. It seems that they have been depricated in 1.6 ( project was in 1.4 ).
What are the current alternatives for these ?
Vibhu
-- Simplicity is the ultimate sophistication. - Leonardo da Vinci Life is really simple, but we insist on making it complicated. - Confucius
Collin Anderson
unread,
Aug 8, 2014, 11:46:58 AM8/8/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Create your own custom template filter for the markdown. Django's filter didn't do much besides import markdown and send the content through that.