I\'ve tried everything that I could find to fix this issue, and I\'m starting to tear my hair out a little. I\'m getting this error:
django.core.exceptions.I
In my case I needed to use
python3 manage.py check --deploy
instead of
django-admin check --deploy