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
>
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
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
3 matches
Mail list logo