You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When I add this app to installed apps and add the middleware I got this error
When I remove the app, the error disappears
The text was updated successfully, but these errors were encountered: