SyntaxError: Generator expression must be parenthezised / python manage.py migrate

前端 未结 8 1756
慢半拍i
慢半拍i 2020-12-02 22:45

I\'m really new in programming and I wanted to follow the Djangogirls tutorial, but I\'m stucked now. In the tutorial, I am here:

To create a database

8条回答
  •  感情败类
    2020-12-02 22:54

    Per Django's FAQ, Django 1.11.x is not compatible with Python 3.7.

    Django 1.11.x reached end of mainstream support on December 2, 2017 and it receives only data loss and security fixes until its end of life.

提交回复
热议问题