Thanks Brad - i had a look and didnt get it to work, but thanks to your hint I did get this to work :
https://django-markup.readthedocs.org/en/latest/ with https://django-markup.readthedocs.org/en/latest/usage_templates.html Cheers! Alex On Monday, 5 May 2014 21:22:21 UTC+1, Brad Pitcher wrote: > > 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 > > > On Mon, May 5, 2014 at 1:07 PM, Alex Leonhardt <[email protected]<javascript:> > > wrote: > >> 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 :\ >> >> >> On Monday, 5 May 2014 16:44:47 UTC+1, Alex Leonhardt wrote: >>> >>> 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 >>> >>> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> 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<https://groups.google.com/d/msgid/django-users/56aaacc5-48e1-47f8-a1bc-ac027246964a%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/86876e0c-ca4c-4282-ac9d-391abcfdccfc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

