SyntaxError: Generator expression must be parenthesized

后端 未结 8 2046
情深已故
情深已故 2020-12-29 18:52

I just installed django and after installing that I created a django project and was trying to run django server by command:

python manage.py runserver
         


        
8条回答
  •  春和景丽
    2020-12-29 19:19

    Generator expression must be parenthesized

    > Update Django version to 1.11.17

    pip install django==1.11.17
    

提交回复
热议问题