1👍
✅
Restarting the server after changing setting.py file has helped me. In my case it was: supervisorctl restart [process_name]
0👍
Do you have a STATICFILES_STORAGE setting in settings.py?
If not, try changing {% load staticfiles %}
to {% load static %}
in your index.html file. I had a similar problem once.
👤Alex
- [Answer]-(For all instances of) Django model field 'moves', it maps to the same Move class instance
- [Answer]-How to filter out periodic requests
- [Answer]-Heroku/Django Static files
- [Answer]-Django: call index function on page reload
- [Answer]-Nmap http-form-brute fails for admin form in django
Source:stackexchange.com