[Django]-Uninstall Django on Mac OS X

4👍

If you installed Django using setup.py install, uninstalling is as simple as deleting the django directory from your Python site-packages. That is the best and only way to do it.

Reference Docs: https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs

Leave a comment