javascript - Error with django-grappelli 2.4.8 -
i have added grappelli project , following javascript error in console when opening list view in admin interface work django 1.5.5 , grappelli 2.4.8
typeerror: 'undefined' not function (evaluating '$("tr input.action-select").actions()')
the javascript code:
<script type="text/javascript" charset="utf-8"> (function($) { $(document).ready(function() { $("tr input.action-select").actions(); }); })(grp.jquery); </script>
base.py grapelli before django.contrib on list
'grappelli', 'django.contrib.admin',
anyone know about?
steps taken far: clear cache
my problem use amazon s3, needed delete old admin , grappelli files before using collect static again, once did that, worked.
Comments
Post a Comment