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. Quote
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. Quote
Krydos Posted July 9, 2020 Posted July 9, 2020 Ricky supports Django on Python 2.7. Would you like to be moved to Ricky? Quote
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 Quote
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. Quote
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 Quote
Flaze Posted July 10, 2020 Posted July 10, 2020 Yes, I just assumed it was outdated. Django is not on 3.6, my bad. Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.