why do you rely on django-tiny? use ckeditor, it's very simple to deploy,
just add the js code to your <head></head> and apply class="ckeditor" to
your textareas.
--
Omer Barlas
omer....@gmail.com
you don't install it over django. put the javascript files in your /media
folder, and load the javascript in your template, that's it. If you can't
solve it, I can give you a step-by-step in an available time.
regards.
--
Omer Barlas
omer....@gmail.com
--
Omer Barlas
omer....@gmail.com
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
On Mar 17, 9:18 am, chris hendrix <tchend...@gmail.com> wrote:
> ok thanks for pointing me in the right direction. doesn't sound too hard.
>
> On Wed, Mar 17, 2010 at 8:59 AM, Omer Barlas <omer.bar...@gmail.com> wrote:
> > tchendrix @ 17-03-2010 14:31:
>
> > do you by chance have instructions on how to get that installed with
> >> django so it works properly? They don't say anything in their install
> >> docs about what javascript to call.
>
> > you don't install it over django. put the javascript files in your /media
> > folder, and load the javascript in your template, that's it. If you can't
> > solve it, I can give you a step-by-step in an available time.
>
> > regards.
>
> > --
> > Omer Barlas
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users...@googlegroups.com<django-users%2Bunsu...@googlegroups.com>
On Mar 17, 12:13 pm, Bobby Roberts <tchend...@gmail.com> wrote:
> hey i've uploaded theckeditorfolder to my /static/admin/js
Does any static media work? How are you deploying? mod_python,
mod_wsgi? What is the configuration? Can you access the javascript in
your browser at the URL you think it should be at?