Django Notes II: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with " * ubuntu 14.4.03 LTS sudo apt-get install python-pip")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
* 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 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