You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I open the admin, my console tells me that $ is not a function for address.js and Cannot read property 'extend' of undefined for jquery.geocomplete.js. It would appear that these files expect jQuery to be a global, but it is not.
I'm using django 1.9.5.
The text was updated successfully, but these errors were encountered:
I've been trying to get the autocomplete to work in the django admin, but cannot. I've correctly set up my
ModelAdmin
as so:but when I open the admin, my console tells me that
$ is not a function
foraddress.js
andCannot read property 'extend' of undefined
forjquery.geocomplete.js
. It would appear that these files expectjQuery
to be a global, but it is not.I'm using django 1.9.5.
The text was updated successfully, but these errors were encountered: