aisayko / Django-tinymce-filebrowser

Simple django-based file uploader and viewer for TinyMCE
MIT License
35 stars 33 forks source link

How use it not in admin? #6

Open longyueyi0610 opened 11 years ago

longyueyi0610 commented 11 years ago

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!

aisayko commented 11 years ago

This feature will be added in next release

aisayko commented 10 years ago

Just add to your forms:

class Media:
    js = ('mce_filebrowser/js/filebrowser_init.js',)