Wednesday, March 4, 2015

Install Django for Ubuntu

Assuming you have python installed, you can install Django with this command:
  • sudo apt-get install python-django
You can check that Django is installed by checking its version:
  • python -c "import django; print(django.get_version())"

0 comments:

Post a Comment