django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

Drop Django 3.1 from requirements #24

Closed marksweb closed 2 years ago

marksweb commented 2 years ago

Support for Django 3.1 ended early December 2021, so I see two choices.

We either drop back to 2.2 which ends LTS in April, or we move to 3.2 and drop admin style.

macolo commented 2 years ago

@marksweb I think we should drop admin style - this has been discussed as a possible way of action for a while, we should bring it up again. Ill create a branch here to see how it looks.

marksweb commented 2 years ago

@macolo There's actually been some work done in the past week or so on brining a dark theme to cms and admin-style. So it might be worth giving that a little time as I think it's ready to review or at least test.

crydotsnake commented 2 years ago

Hello,

I think we can close this issue. Because we have Django version 3.2.13 in the quickstart now.