使用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.django
只需去setting.py中从STATICFILES_FINDERS删除DefaultStorageFinderui