oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 81 forks source link

Fixing static file issues that gives ValueError: Missing staticfiles … #120

Closed A4TIF closed 4 years ago

A4TIF commented 4 years ago

…manifest entry when STATICFILES_STORAGE is set to ManifestStaticFilesStorage.

Also changed load staticfiles from base.html as Django recommends using load static now.

115