Load CSS file in Django
Step 1: Open setting.py
Make sure that in this file, normally present at the very end of the file, is the following statement shown below.
STATIC_URL = '/static/'
Step 2: Create Folder “static”.
Step 3 : Modify Html file
Add following code in abc.html
{% load staticfiles %}