Initial commit with project setup
This commit is contained in:
11
venv/Lib/site-packages/flask_wtf/_compat.py
Normal file
11
venv/Lib/site-packages/flask_wtf/_compat.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import warnings
|
||||
|
||||
|
||||
class FlaskWTFDeprecationWarning(DeprecationWarning):
|
||||
pass
|
||||
|
||||
|
||||
warnings.simplefilter("always", FlaskWTFDeprecationWarning)
|
||||
warnings.filterwarnings(
|
||||
"ignore", category=FlaskWTFDeprecationWarning, module="wtforms|flask_wtf"
|
||||
)
|
||||
Reference in New Issue
Block a user