Skip to content

Commit

Permalink
Change order of template loaders to prefer apps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 22, 2013
1 parent dfb00ef commit 7741ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions froide/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@

# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
# 'django.template.loaders.eggs.Loader',
'django.template.loaders.filesystem.Loader',
)

MIDDLEWARE_CLASSES = [
Expand Down

0 comments on commit 7741ba0

Please sign in to comment.