Django Notes II: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
* ubuntu 14.4.03 LTS | * ubuntu 14.4.03 LTS | ||
* http://django-mongodb-engine.readthedocs.org/en/latest/tutorial.html | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install python-pip | sudo apt-get install python-pip | ||
pip install -U pip | |||
pip install Django |
Latest revision as of 05:19, 27 January 2016
- ubuntu 14.4.03 LTS
sudo apt-get update sudo apt-get install python-pip pip install -U pip pip install Django