TND / django-files-widget

Django AJAX upload widget and model field for multiple files or images, featuring drag & drop uploading, upload progress bar, sortable image gallery
Other
88 stars 52 forks source link

Admin widget not working with prepopulate slug field #7

Open makeev opened 10 years ago

makeev commented 10 years ago

Uncaught TypeError: Object [object Object] has no method 'prepopulate'

makeev commented 10 years ago

I created a file jquery_noconflict.js: var jQuery = django.jQuery; var $ = django.jQuery;

then define this file as jQuery path in settings: FILES_WIDGET_JQUERY_PATH = 'js/jquery_noconflict.js'

now it's working, but seems a little hacky.