This will undoubtedly break lots of things, but my only goal is get the web server serving.
Updates all packages to their latest versions
The homepage loads
./manage.py check runs
./manage.py test runs
delete url namespacing. The syntax has changed and I don't feel like re-implementing it. This is such a simple app we don't need it. Also... I forgot how it works.
delete Celery. It was too much infrastructure to maintain for a hobby project. I plan on shifting to ASGI and async tasks
This will undoubtedly break lots of things, but my only goal is get the web server serving.
./manage.py check
runs./manage.py test
runs