When I try to init_db,
python manage.py init_db
I'm getting following error:
ImportError: cannot import name 'url_encode' from 'werkzeug' (/home/rhasoff/Documents/Flask/flaskdash/venv/lib/python3.7/site-packages/werkzeug/__init__.py)
I'm using python 3.7.5 and venv as virtual environment.
When I try to init_db,
python manage.py init_db
I'm getting following error:ImportError: cannot import name 'url_encode' from 'werkzeug' (/home/rhasoff/Documents/Flask/flaskdash/venv/lib/python3.7/site-packages/werkzeug/__init__.py)
I'm using python 3.7.5 and venv as virtual environment.