It looks like you’re running it in Python 3, not Python 2.7.12. I would start looking there.
From: [email protected] [mailto:[email protected]] On Behalf Of Ankush Chauhan Sent: Friday, November 10, 2017 4:35 AM To: Django users Subject: Error in django 1.8.7 version with python 2.7.12 I am getting the following trackback error message when I run command(python manage.py runserver) on ubuntu OS: Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", line 303, in execute settings.INSTALLED_APPS ..... ....... -- 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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[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/6f92304a-1700-44a7-aa6b-bdcadbf81877%40googlegroups.com<https://groups.google.com/d/msgid/django-users/6f92304a-1700-44a7-aa6b-bdcadbf81877%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/aa8b5a51a42d4f94a41d56fbe04ee961%40ISS1.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

