Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
Traceback (most recent call last):
File "manage.py", line 8, in
from django.core.management import execute_from_command_line
ImportError: No module named 'django'
к
Вдобавок ко всему написанному выше: добавьте 3 к первой строке в manage.py, переименуйте в manage и пишите: ./manage shell
вместо python3 manage.py shell
You can install a Python 3 version of pip and call it like so: pip3 install django
You can use the following to start your django project shell in Python 3: python3 manage.py shell