📅  最后修改于: 2022-03-11 14:59:33.332000             🧑  作者: Mango
//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django