Commit 9aabddd
Richard Ellison
Update example.rst
Hi Maintainers!
After copying the example from the read the docks page I got the below error:
Error: While importing "app", an ImportError was raised:
Traceback (most recent call last):
File "C:\Users\44780\PycharmProjects\muck-around-flask-restx\venv\lib\site-packages\flask\cli.py", line 240, in locate_app
__import__(module_name)
File "C:\Users\44780\PycharmProjects\muck-around-flask-restx\app.py", line 4, in <module>
from werkzeug.contrib.fixers import ProxyFix
ModuleNotFoundError: No module named 'werkzeug.contrib'
Looks like this has been solved in commit e186dc4 for the examples folder but not done in this example.
This is my first pull request so feedback welcome.
All the best
Rich1 parent c6b43ba commit 9aabddd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments