On Jan 13, 3:43 pm, "Oleg Oltar" <oltarase...@gmail.com> wrote:
> Hi!
>
> I want to add tinyMCE to my project's admin site.

You didn't list any admin.py code. Check out the docs on the admin
interface:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#module-django.contrib.admin

After you read through that, pay attention to the ModelAdmin media
definitions:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-media-definitions

It is there you specify the tinymce javascript files. When the admin
displays the form for your models it will generate the appropriate
script tags to the javascript files.

Good luck!
BN
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to