ModuleNotFoundError: No module named 'django_invoice'
I get this error every time I try to do migrations or even run my py manage.py runserver. I installed the 'django_invoice' module, inserted it in INSTALLED_APP but still I get the same error over and over again.
I installed the requested module hoping that the problem would be fixed but unfortunately it wasn't.