--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPpdf58DU9XPYM-FOJ1%3DSy-PObNDJ%2B2Xw8hk3sr9BxTdFYcDjg%40mail.gmail.com.
So your question is if you should use LTS versions or use the latest blazing version.The answer is of course - it depends.Do you see anything in django 3 that you need to have? In that case - upgrade to django 3. If you only want to make sure that your application is safe and secure and you don't need the bleeding edge functionality - keep with the LTS:es.It also depends on your application cycle. I currently have 2 projects running - one is a commercial ecommerce platform. The other is a platform for course administration. Both have completely different requirements on technical functionality from django. On the ecommerce site we are running on LTS versions, on the other site we are running with the latest version of django.I think the most important thing is to make sure that you have a secure site regardless - so if you run the lts versions, you need to update as soon as the next LTS comes out. And the same goes for the other versions as well - update all the time in that case.Regards,Andréas
Den mån 2 dec. 2019 kl 22:18 skrev o1bigtenor <o1big...@gmail.com>:
To unsubscribe from this group and stop receiving emails from it, send an email to django...@googlegroups.com.
Another thing to consider is whether you need to update the packages you use to build your application. I've found that support for the LTS version of django is not consistent across packages, where support for the latest version is much more consistent, such that sometimes a needed update to a package required me to update django, either because of the package itself only working on a newer version, or one of its dependencies having this constraint. Because of this, I tend to keep my applications running on the latest django
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63b2f084-85d7-412c-8a44-c09043c2a595%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/63b2f084-85d7-412c-8a44-c09043c2a595%40googlegroups.com.