Re: Upgrading from 1.9 to 1.11 Closed Network

2017-11-17 Thread Todd Gilliland
Great. Thanks Jason. On Friday, November 17, 2017 at 8:29:02 AM UTC-5, Jason wrote: > > You can do this with pip, check out > http://www.nyayapati.com/srao/2014/06/how-to-pip-install-python-packages-offline/ > >> >> -- You received this message because you are subscribed to the Google Groups

Upgrading from 1.9 to 1.11 Closed Network

2017-11-17 Thread Todd Gilliland
I need to upgrade Django 1.9 to 1.11 on a closed network. Is there a way to upgrade from a downloaded source file ? I've successfully upgraded on our Cloud environment using "pip3.5 install -U Django" but can't use this command on a closed network since pip is looking to go out Thanks. Todd