Execute command Python manage.py startapp Myjango
App reports an error: file “manage. Py”, line 16) from exc ^ syntax error: invalid syntax
reason:
Python 3 is installed, but Python is used for execution
solve:
Change Python to python3 and execute the above command
python3 manage.py startapp myjango