Skip to content

Commit

Permalink
settings: Disable template egg support
Browse files Browse the repository at this point in the history
Not available on Django 3
  • Loading branch information
jayvdb committed Jan 1, 2021
1 parent 09b6eae commit 30df610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluebottle/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
'tenant_extras.template_loaders.FilesystemLoader',
'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader',
'django.template.loaders.eggs.Loader',
# 'django.template.loaders.eggs.Loader',
'admin_tools.template_loaders.Loader',
],
'context_processors': [
Expand Down

0 comments on commit 30df610

Please sign in to comment.