Django Notes II: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
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

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