I\'m following Django\'s official Tutorial 2 but for some reason cannot create an admin site despite following all the steps correctly to my understanding.
This is t
pip uninstall django pip install django --no-cache-dir
this two works for me. I'm using django 2.2.3