Re: django-cms and flatpages with tiny_mce path problem

2009-05-07 Thread Jesse
Hello, The thread link didn't go through. On May 7, 12:25 pm, branesks wrote: > Follow this thread. > > Sent from my iPhone > > On May 7, 2009, at 12:09, Jesse wrote: > > > > > Hello, > > > I've implemented both django-cms and flatpages, but can not get > > tiny_mce to display in either.  My >

Re: django-cms and flatpages with tiny_mce path problem

2009-05-07 Thread branesks
Follow this thread. Sent from my iPhone On May 7, 2009, at 12:09, Jesse wrote: > > Hello, > > I've implemented both django-cms and flatpages, but can not get > tiny_mce to display in either. My > > URLs.py file: >(r'^tinymce/', include('tinymce.urls')), > > from django.conf import setting

django-cms and flatpages with tiny_mce path problem

2009-05-07 Thread Jesse
Hello, I've implemented both django-cms and flatpages, but can not get tiny_mce to display in either. My URLs.py file: (r'^tinymce/', include('tinymce.urls')), from django.conf import settings if settings.DEBUG: urlpatterns += patterns('', (r'^site_media/(?P.*)$', 'django.views