You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the db.html template in the hello app section {% load staticfiles %} is not working ,correct tag is
{% load static %}, after this correction working well.
In the db.html template in the hello app section {% load staticfiles %} is not working ,correct tag is
{% load static %}, after this correction working well.