Not a Django developer. We initially installed Django from Ubuntu packages by typing apt-get install python-django
. Now we need version 1.x - our version is 0.96.1 Could you advise an easy way to upgrade?
Simply type python -m django --version or type pip freeze to see all the versions of installed modules including Django.
Easiest way to upgrade Django on Ububtu is to make use of the easy_install
script provided by the python-setuptools
package.
sudo apt-get install python-setuptools
sudo easy_install --upgrade django
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With