SyntaxError: Generator expression must be parenthesized

后端 未结 8 2044
情深已故
情深已故 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:23

    1. Install this version: pip install django==1.11.17
    2. Run cmd.
    3. go to your project folder.
    4. python manage.py runserver
    5. it will give a URL for server and you are good to go.

提交回复
热议问题