When I add this app to installed apps and add the middleware I got this error
django.core.exceptions.ImproperlyConfigured: WSGI
application 'keydex.wsgi.application' could not be loaded;
Error importing module: 'Module "keydex.wsgi" does
not define a "application" attribute/class'
When I remove the app, the error disappears
When I add this app to installed apps and add the middleware I got this error
When I remove the app, the error disappears