You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 manage.py migrate does not work with django 4 installed.
Error message:
from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls' (/home/pi/.local/lib/python3.9/site-packages/django/conf/urls/__init__.py
Expected:
manage.py should work with django 4
The text was updated successfully, but these errors were encountered:
Actual:
python3 manage.py migrate
does not work with django 4 installed.Error message:
Expected:
manage.py
should work with django 4The text was updated successfully, but these errors were encountered: