deveofe Posted July 8, 2020 Posted July 8, 2020 Hello, I need to use python 2.7 with django in my website. As far I know only 3.7 is supported on tommy. But could you pls tell me how do I use python 2.7 with django? Thanks in advance.
BlueyEmperor Posted July 8, 2020 Posted July 8, 2020 Django using Python 2.7 in particular is not supported on any of the servers. Django is only installed on one version of Python per server, and Tommy utilizes Python 3.7 for Django. You might want to consider porting from Python 2 to 3, since Python 2 is no longer supported. Alternatively, Django 1.11 is the last version to support Python 2.7, and since Ricky is the only server with Django 1.11, you could give Django a try on there.
Krydos Posted July 9, 2020 Posted July 9, 2020 Ricky supports Django on Python 2.7. Would you like to be moved to Ricky?
wolstech Posted July 9, 2020 Posted July 9, 2020 @Krydos: He likely said that because the wiki says 3.6: https://wiki.helionet.org/tutorials/django 1
BlueyEmperor Posted July 9, 2020 Posted July 9, 2020 @Krydos: He likely said that because the wiki says 3.6: https://wiki.helionet.org/tutorials/djangoCorrect. Not sure why it was wrong. That's exactly how confusion is caused.
Krydos Posted July 10, 2020 Posted July 10, 2020 It looks like Flazepe changed it from 2.7 to 3.6 2019-10-26 for some reason. He probably thought it was a typo or outdated info or something http://wikiold.helionet.org/index.php?title=Django&oldid=691 1
Flaze Posted July 10, 2020 Posted July 10, 2020 Yes, I just assumed it was outdated. Django is not on 3.6, my bad.
deveofe Posted July 11, 2020 Author Posted July 11, 2020 Thanks friends, I have converted my code to python 3.7 to support the current release of django
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