You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The werkzeug-adapted reloader code has support for adding additional files on which to trigger reload. By default, the reloader looks only for *.py files, but a user may also wish to trigger reload when, say, a configuration file changes.
We would need to plumb through the support for extra files (probably through to the command-line) and add tests.
The text was updated successfully, but these errors were encountered:
The werkzeug-adapted reloader code has support for adding additional files on which to trigger reload. By default, the reloader looks only for *.py files, but a user may also wish to trigger reload when, say, a configuration file changes.
We would need to plumb through the support for extra files (probably through to the command-line) and add tests.
The text was updated successfully, but these errors were encountered: