Skip to content

Commit

Permalink
Merge pull request #37 from unlimitedlabs/settings_fix
Browse files Browse the repository at this point in the history
Adds default staticfiles finders to orchestra settings so they don't get overwritten.
  • Loading branch information
thisisdhaas committed Sep 29, 2015
2 parents e4d0ea8 + b975091 commit 2392a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example_project/example_project/orchestra_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def setup_orchestra(settings_module_name):
)

settings.STATICFILES_FINDERS += (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'compressor.finders.CompressorFinder',
)

Expand Down

0 comments on commit 2392a73

Please sign in to comment.