Skip to content
Snippets Groups Projects

Add extension to extra files

Merged Cédric Krier requested to merge topic/default/extra-files-extension into branch/default
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
+ 5
4
@@ -1056,10 +1056,11 @@
app.run(
debug=ast.literal_eval(os.environ.get('DEBUG', 'True')),
extra_files=[
'templates',
'templates/service_providers',
'templates/events',
'templates/success_stories',
'templates/*.html',
'templates/events/*.html',
'templates/guidelines/*.html',
'templates/service_providers/*.html',
'templates/success_stories/*.html',
])
if not app.debug:
Loading