Django server stops immediatly after login into admin page

后端 未结 12 1865
迷失自我
迷失自我 2021-01-02 11:16

Trying to login to django admin page immediately after clicking login button django server stops

New to Django trying to create a project in a virtual environment

12条回答
  •  南方客
    南方客 (楼主)
    2021-01-02 11:40

    I had the same, but when i was looking for solutions, finally, i realized that its because of my terminal, i was working on powershell instead of my virtualenv (pipenv). when i changed into the virtualenv shell everything was ok.

提交回复
热议问题