Re: How to install django-mce?

2012-04-09 Thread Roy Smith
On Sunday, April 8, 2012 4:34:26 PM UTC-4, Roy Smith wrote: > > I'm trying to install django-tinymce 1.5.1b2 into a django-1.3 site. The > installation instructions say: > > "Copy the jscripts/tiny_mce directory from the TinyMCE distribution into > a directory named js in your media root. You

Re: How to install django-mce?

2012-04-09 Thread Roy Smith
> > docs are little out of date but should work. > http://django-tinymce.readthedocs.org/en/latest/installation.html > Thanks for the help. The critical item was, "If you are using django-staticfiles you can skip this step". I added 'tinymce' to INSTALLED_APPS, set TINYMCE_DEFAULT_CONFIG = {

Re: How to install django-mce?

2012-04-08 Thread Aljoša Mohorović
On Sun, Apr 8, 2012 at 10:34 PM, Roy Smith wrote: > I'm trying to install django-tinymce 1.5.1b2 into a django-1.3 site.  The just use "pip install django-tinymce" > directories, but no tiny_mce directory under those.  Even odder, the media > and static trees look like identical copies of each o

How to install django-mce?

2012-04-08 Thread Roy Smith
I'm trying to install django-tinymce 1.5.1b2 into a django-1.3 site. The installation instructions say: "Copy the jscripts/tiny_mce directory from the TinyMCE distribution into a directory named js in your media root. You can override the location in your settings (see below)." But there is n