2👍
✅
It turned out that the problem was a duplication, in the INSTALLED_APPS, of the django.contrib.admin. It looks that it was the root of the problem. As soon as I removed the second reference, I uncommented django.setup() in wsgi.py and things became sunny and clear again. Now everything is working fine.
Source:stackexchange.com