dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Upgrade to python 3.9+ & heroku-22 #427

Closed Almad closed 3 months ago

Almad commented 9 months ago

Upgrade to heroku-22, which requires python upgrade.

This probably unfortunately needs the old version to shut off because of drivers

Almad commented 3 months ago

OK this will require investigation:

No migrations to apply. Your models in app(s): 'ddcz' have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them. (gvenv) almad@hyuga graveyard % ./manage.py makemigrations /var/folders/b5/xt0_f4ld3576ytrmrqg7krgc0000gn/T/ddcz-devserver-emails Migrations for 'ddcz': ddcz/migrations/0002_delete_putykaneoblibene.py

  • Delete model PutykaNeoblibene
Almad commented 3 months ago

(upgrade to Django 3.2)

Almad commented 3 months ago

Anyway, this is done. We should move to more recent versions, but it's not critically urgent and Django probably has higher priority.