Answer the question
In order to leave comments, you need to log in
How to open python3 console in django?
How to open python3 console in django?
When: python manage.py shell
opens:
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)
Answer the question
In order to leave comments, you need to log in
On top of everything above: add 3 to the first line in manage.py, rename it to manage and write:
instead ofpython3 manage.py shell
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question