How to solve SyntaxError on autogenerated manage.py?

前端 未结 30 2125
囚心锁ツ
囚心锁ツ 2020-11-28 08:24

I\'m following the Django tutorial https://docs.djangoproject.com/es/1.10/intro/tutorial01/

I\'ve created a \"mysite\" dummy project (my very first one) and try to

30条回答
  •  感情败类
    2020-11-28 08:45

    I was experiencing the same but this was solved by running with specific python 3.6 as below:

    python3.6 manage.py runserver
    

提交回复
热议问题