czue / django-wedding-website

A django-powered wedding website and guest-management system
Other
458 stars 273 forks source link

Pin Django dependency to < 4.0 #46

Closed mtlynch closed 2 years ago

mtlynch commented 2 years ago

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)

czue commented 2 years ago

Good to know, thanks!