>> from django import get_versionTraceback (most recent call last):  File "", line 1, in ImportError: No module named djangoif this eroor comes then run below commandroot@test:/var/www/html# sudo pip install django" /> >> from django import get_versionTraceback (most recent call last):  File "", line 1, in ImportError: No module named djangoif this eroor comes then run below commandroot@test:/var/www/html# sudo pip install django" /> >> from django import get_versionTraceback (most recent call last):  File "", line 1, in ImportError: No module named djangoif this eroor comes then run below commandroot@test:/var/www/html# sudo pip install django" />

L

Lokesh Joshi's Take Help From Us

Learndunia.com is e-learning platform for students as well
as for youth who are searching for jobs and how to crack
them easily.

  • Rated3.3/ 5
  • Updated 5 Years Ago

Django Version Using Command In Linux And Ubuntu | LearningDunia

Updated 6 Years Ago

Type Python in command lineroot@test:/var/www/html# pythonPython 2.7.12 (default, Dec  4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2Type "help", "copyright", "credits" or "license" for more information. >>> from django import get_versionTraceback (most recent call last):  File "", line 1, in ImportError: No module named djangoif this eroor comes then run below commandroot@test:/var/www/html# sudo pip install django
Read More