How to upgrade django?

后端 未结 15 1350
情歌与酒
情歌与酒 2021-01-31 07:57

My project was running on Django 1.5.4 and I wanted to upgrade it. I did pip install -U -I django and now pip freeze shows Django 1.6.5 (clearly django

15条回答
  •  闹比i
    闹比i (楼主)
    2021-01-31 08:24

    You can use pip install -U django. It will update to the current stable version. Read official documentation on Django Docs

提交回复
热议问题