Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to ignore files on runserver_plus reload #1762

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Add option to ignore files on runserver_plus reload #1762

merged 1 commit into from
Aug 31, 2022

Conversation

marciomazza
Copy link
Contributor

Fix #1753

In line with Werkzeug's api added the option of ignoring file patterns for reload.

On a similar way to the existing
runserver_plus ... --extra-file option and the
RUNSERVER_PLUS_EXTRA_FILES setting,

added the
runserver_plus ... --exclude-pattern option and the
RUNSERVER_PLUS_EXCLUDE_PATTERNS setting

@trbs trbs merged commit db4fee1 into django-extensions:main Aug 31, 2022
@trbs
Copy link
Member

trbs commented Aug 31, 2022

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add exclude_patterns to werkzeug reloader
2 participants