Re: django + tinymce problems

2012-10-29 Thread sri
Thanks for the reply Tom. It worked after changing to relative paths. Sreekanth On Monday, 29 October 2012 11:13:17 UTC, Tom Evans wrote: > > On Sun, Oct 28, 2012 at 9:44 PM, sri > > wrote: > > Hi, > > > > I have tried using tinymce in my sample django application, but i am not > > getting

Re: django + tinymce problems

2012-10-29 Thread Tom Evans
On Sun, Oct 28, 2012 at 9:44 PM, sri wrote: > Hi, > > I have tried using tinymce in my sample django application, but i am not > getting the tinymce editor in my admin pages. > > I am trying to setup tinymce to use in admin pages and using Django 1.4 > > This is how my settings.py file looks like

django + tinymce problems

2012-10-28 Thread sri
Hi, I have tried using tinymce in my sample django application, but i am not getting the tinymce editor in my admin pages. I am trying to setup tinymce to use in admin pages and using Django 1.4 This is how my settings.py file looks like MEDIA_ROOT = ' ' MEDIA_URL = ' ' STATIC_ROOT =