tdkrish Posted April 11, 2020 Posted April 11, 2020 Hi,I have a Django 3.0 project that I uploaded to Johnny, following the Django wiki, but I keep getting 500 Internal Server Error.On going back to the wiki I saw that only version 2.1.13 was supported as of Nov 2019.On searching the questions here I saw that as of Jan 2020 also Django 3 was not supported.The error report on cPanel seems similar to the error report in that question. Is my project not working because Django 3 is not supported? If so, when can support for Django 3 be expected?
Krydos Posted April 11, 2020 Posted April 11, 2020 You can check the current version of django, and all the python modules on Johnny's python 3.7 with this page https://krydos2.heliohost.org/cgi-bin/modules37.py As of the time of thise post django is version 2.1.13. Trying to run a django app for any other version of django is surely going to result in a 500 error. The last time I checked django couldn't be updated any more because it requires a newer version of sqlite than centos provides. I can't manually update the system sqlite because cpanel and centos rely on it. Centos is an extremely stable os, meaning it can go months without a reboot, but the way they get all that stability is by running really old, really well tested versions of software. If you want django 3 the only way to get it on HelioHost at the moment is to get a vps https://www.heliohost.org/vps/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now