Django — Can't get static CSS files to load
问题 I\'m running Django\'s development server ( runserver ) on my local machine (Mac OS X) and cannot get the CSS files to load. Here are the relevant entries in settings.py: STATIC_ROOT = \'/Users/username/Projects/mysite/static/\' STATIC_URL = \'/static/\' STATICFILES_DIRS = ( \'/Users/thaymore/Projects/mysite/cal/static\', ) STATICFILES_FINDERS = ( \'django.contrib.staticfiles.finders.FileSystemFinder\', \'django.contrib.staticfiles.finders.AppDirectoriesFinder\', #\'django.contrib.staticfiles