Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Communication
Website
Merge requests
!25
Add extension to extra files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add extension to extra files
topic/default/extra-files-extension
into
branch/default
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Cédric Krier
requested to merge
topic/default/extra-files-extension
into
branch/default
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Otherwise the flask watchdog check only for python files.
0
0
Merge request reports
Compare
branch/default
version 1
9a7bc1b8
2 years ago
branch/default (base)
and
latest version
latest version
968e4497
1 commit,
2 years ago
version 1
9a7bc1b8
1 commit,
2 years ago
1 file
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
app.py
+
5
−
4
Options
@@ -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