Update index.html
In index.html:
{% load staticfiles %}
Was perfectly working fine with DEBUG = True.
But when I set DEBUG = False, I get Server Error (500).
After I changed index.html to: {% load static %}
It is working fine with DEBUG = False
In index.html:
{% load staticfiles %}
Was perfectly working fine with DEBUG = True.
But when I set DEBUG = False, I get Server Error (500).
After I changed index.html to: {% load static %}
It is working fine with DEBUG = False