动态载入javascript问题

使用require.js或者els.js加载module的时候在django项目上前端报:500 Dude, this is whack! django

后台报:ImproperlyConfigured: The storage backend of the staticfiles finder <class 'django.contrib.staticfiles.finders.DefaultStorageFinder'> doesn't have a valid location.


只需去setting.py中从STATICFILES_FINDERS删除DefaultStorageFinder


你可能感兴趣的:(js,加载,django,动态)