Search code examples
djangosettingsuninstallationdjango-registration

How do i completely remove django-registration?


I have installed and old version by mistake of django-registration and it seems quite complicated to fix it to the new one. So since i am just starting a project anew, how can I uninstall completely the module django-registration?


Solution

  • Remove the folder /usr/local/pythonX.Y/site-packages/django-registration where X.Y is your python version, which you can find by running python --version