DjangoCRM / django-crm

Analytical CRM with Tasks management, Email marketing and many more. Django CRM software app is built for individual use by businesses of any size or freelancers and is designed to provide easy customization and quick development. ✨
https://django-crm-admin.readthedocs.io
GNU Affero General Public License v3.0
77 stars 50 forks source link

Support for Django LTS (4.2) #87

Open glemignot opened 1 week ago

glemignot commented 1 week ago

Hello,

Would it be possible to add support for the latest Django LTS (4.2) ? Running production services on non-LTS versions implies heavy maintenance costs as we need to constantly upgrade the Django stack to keep receiving security updates and is not really viable for us.

Regards,

DjangoCRM commented 5 days ago

Hi, Since the CRM uses Django's frontend and backend, simultaneous support of multiple versions of Django becomes more complicated. It is considered appropriate, in the future, to base the LTS version of CRM on the LTS version of Django and support it in a separate branch. Since this project was recently published, it is possible that there is not yet a sufficient community interested in adapting the project to Dango 4.2. Of course, all this can be discussed. Regarding the need for constant updating of the production server. It is possible to automate this process using GitHub API to manage deployments