Help me anyone. I installed separately: 1) grappelli, filebrowser,
tinymce. Filebrowser works good, tinymce works good but if I try to
get widget of filebrowser from tinymce form (insert image) then I get
standart upload interface from tinymce. I want to get my filebrowser
interface.
In my app folder I made admin.py file:
from django.contrib import admin
class MyModelAdmin(admin.ModelAdmin):
class Media:
js = ['/static/tiny_mce/tiny_mce.js', '/static/filebrowser/js/
TinyMCEAdmin.js',]
admin.site.register(MyModelAdmin)
I can't find manual where I would take right advises for such
integration. Please, help me with settings.
Best regards, George
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.