Django 4.0 doesn't seem to be compatible with this codebase, as running the migrate command throws this ImportError:
File /home/mike/django-wedding-website/bigday/urls.py, line 1, in
from django.conf.urls import url, include
ImportError: cannot import name 'url' from 'django.conf.urls' (/home/mike/.local/lib/python3.8/site-packages/django/conf/urls/init.py)
Django 4.0 doesn't seem to be compatible with this codebase, as running the migrate command throws this ImportError:
File /home/mike/django-wedding-website/bigday/urls.py, line 1, in
from django.conf.urls import url, include
ImportError: cannot import name 'url' from 'django.conf.urls' (/home/mike/.local/lib/python3.8/site-packages/django/conf/urls/init.py)