Just created an account and discovered that DO is using old Django. I consider leaving Digital Ocean because of this.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@HHH , how did you upgraded django ? I’m thinking about using python 3 with it.
Hi!
We currently use the default version of Django provided by Ubuntu in the Django One-Click image. Ubuntu 14.04 comes with version 1.6.1-2ubuntu0.4 This decision was made in order to make sure our users continuously receive security updates. While we could use virtualenv to install a more recent version on the image itself, users would need to manually update it to get newer releases. Using the Ubuntu packaged version, users receive stable backported security fixes when they update the rest of their system packages.
Though we’ve definitely seen a few requests for 1.7.x, so it is something we are considering.
Thanks for the feedback!
how do you found out that DO uses old django? and why is it matter?