I have a django app that was developed in python 2.7. I want to run it in Webfaction, but I can't install django in python2.7; python3.5 already has django, but I don't want to use that. Should I create a virtualenv for python 2.7? asked 29 Dec '15, 19:18 solarfs |
The simplest solution is to create a Django/Python 2.7 app via our control panel. At this time, the following versions are available:
Hope that helps! answered 29 Dec '15, 20:37 seanf I've just seen that - thanks!
(29 Dec '15, 21:19)
solarfs
|