Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created July 23, 2015 22:04
Show Gist options
  • Select an option

  • Save PCreations/4f624b170c7469fbe146 to your computer and use it in GitHub Desktop.

Select an option

Save PCreations/4f624b170c7469fbe146 to your computer and use it in GitHub Desktop.
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
)
STATICFILES_DIRS = (
os.path.join(PROJECT_ROOT, 'static'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment