django 1.6.4 - markup / markdown (for django blog tutorial)

227 views
Skip to first unread message

Alex Leonhardt

unread,
May 5, 2014, 11:44:47 AM5/5/14
to django...@googlegroups.com
Hi all,

am new to django and followed a tiny tutorial to start off - I wanted to add the ability to use Markdown syntax in the blog posts. It was suggested to use django.contrib.markup, but that wont work anymore ( i guess it's been removed ) - what do I need to use Markdown in my posts ? 

Thanks all!
Alex

Alex Leonhardt

unread,
May 5, 2014, 4:07:38 PM5/5/14
to django...@googlegroups.com
fwiw - this is the tutorial I was trying : http://www.creativebloq.com/netmag/get-started-django-7132932 it mentions django.contrib.markup ... but that doesnt seem to work :\ 

Brad Pitcher

unread,
May 5, 2014, 4:22:21 PM5/5/14
to django-users
django.contrib.markup has been deprecated. You could try using the standalone project that is a copy of the same code from django:

pip install django_markup_deprecated

Then add "markup_deprecated" to your INSTALLED_APPS instead of django.contrib.markup.

---------
Brad Pitcher


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/56aaacc5-48e1-47f8-a1bc-ac027246964a%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Alex Leonhardt

unread,
May 5, 2014, 5:42:15 PM5/5/14
to django...@googlegroups.com
Thanks Brad - i had a look and didnt get it to work, but thanks to your hint I did get this to work : 

with 

Cheers!
Alex
Reply all
Reply to author
Forward
0 new messages