4👍
This appears to be a bug with mysql-connector-python==8.0.27
and can be avoided by rolling back one version:
pip install mysql-connector-python<=8.0.26
👤Jay
-1👍
Do you have created and defined the two mandatory files views.py and urls.py for your app?
- [Django]-Can this variable really be "referenced before assignment"
- [Django]-Fabric: unable to get environment variables within virtualenv
- [Django]-Django REST Framework – Custom Permissions not Evaluating
- [Django]-Django channels 2 with selenium test failed
Source:stackexchange.com