How to uninstall django?

For example, when you install wrong version of django, how to uninstall django?

under your python directory, find

site-packages directory

delete django related files.

Also, find django-admin.py and delete it.

Leave a Comment