I am new to django framework .I created simple welcome page now i want to include css file in my project.i cant apply css file in project .i got error like \"NetworkError: 4
I think it is just a spelling mistake. You need to put one S after STATICFILE Thus it should look like:
S
STATICFILE
STATICFILES_DIRS=( os.path.join(os.path.dirname(BASE_DIR),"static","static"), )
Hope this will do.