删除django

1、命令行运行python
2、import django
3、print(django.__path__)
4、删除django目录即可

原文地址:https://www.cnblogs.com/summyfly/p/8023272.html