Jump to content

[Solved] Python And Django Upgrade Request?


Bailey

Recommended Posts

I don't Understand this. This is Impractical. This will make heliohost unusable for production.

 

If I have production website on the Heliohost, my site wont work for till you install all the library which may take a while.

 

on request of someone who doesn't know even know how django works on heliohost, the python is upgraded.

 

I don't have any problem with python upgrade but the fact that all the modules are gone.

 

I propose that if it is possible, before upgrading to new python, you should export the package list using;

pip freeze > requirements.txt

and for new python installation,

pip install -r requirements.txt

will install the same.

 

I was loving the heliohost till yesterday but now I have to think about it.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...