For upgrade Django 1.9.7 to 1.9.9 "webpackJsonp is not defined" appears in admin page menu -
i testing elements of django-cms django, when upgrade django 1.9.7 django 1.9.9 javascript error on admin django-cms on menus page "webpackjsonp not defined" issued static bundle .../cms/js/dist/bundle.admin.pagetree.js. after google turnaround, trouble seems linked bundle building. downgrade django 1.9.7 , it's ok
thanks
pagetree bundle /cms/js/dist/bundle.admin.pagetree.min.js cannot used without /cms/js/dist/bundle.admin.base.min.js included before it.
what important reference them using {% static_with_version %} template tags come cms_static library.
Comments
Post a Comment