Looking at the output you have, it looks like you haven't got django installed in your virtualenvironment (or you haven't activated your virtualenvironment before running the command).
Check here: https://tutorial.djangogirls.org/en/django_installation/ Look for the information about how to create and use a virtualenvironment. Regards, Andréas 2017-12-27 8:13 GMT+01:00 Himanshu sharma <[email protected]>: > Traceback (most recent call last): > File "manage.py", line 8, in <module> > from django.core.management import execute_from_command_line > ImportError: No module named 'django' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "manage.py", line 14, in <module> > import django > ImportError: No module named 'django' > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "manage.py", line 17, in <module> > "Couldn't import Django. Are you sure it's installed and " > ImportError: Couldn't import Django. Are you sure it's installed and > available on your PYTHONPATH environment variable? Did you forget to > activate a virtual environment? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/1e54d793-c66b-4ebc-9288-49cf7a187225%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1e54d793-c66b-4ebc-9288-49cf7a187225%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCd02Qo_nKUE823f66rAt-b6dvqWgCfYBdh3qQ66MJO3gQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

