I am very new to django, and gone through tutorial for many days , i have started building a small website using django and trying to serve a css f
django
css
Try changing your STATICFILES_DIRS setting to
STATICFILES_DIRS
STATICFILES_DIRS = ( os.path.join(PROJECT_DIR,'static'), )