Django-tinymce-filebrowser
Django-tinymce-filebrowser copied to clipboard
How use it not in admin?
I want to use it in my project,but I don't want to use admin.Can you tell me how to use it not in admin?Thank you!
This feature will be added in next release
Just add to your forms:
class Media:
js = ('mce_filebrowser/js/filebrowser_init.js',)