crccheck / atx-bandc

Scrape Austin, TX Boards and Commissions into RSS feeds
https://bandc.crccheck.com/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Upgrade to Django 3.0 #34

Closed crccheck closed 4 years ago

crccheck commented 4 years ago

This will undoubtedly break lots of things, but my only goal is get the web server serving.

  1. Updates all packages to their latest versions
  2. The homepage loads
  3. ./manage.py check runs
  4. ./manage.py test runs
  5. 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.
  6. delete Celery. It was too much infrastructure to maintain for a hobby project. I plan on shifting to ASGI and async tasks
  7. format w/ Black