ImproperlyConfigured: Middleware module "report" does not define a "ReportMiddleware" class
But I had defined this, but probably defined in wrong place, so where should I place this class file?
ImproperlyConfigured: Middleware module "report" does not define a "ReportMiddleware" class
But I had defined this, but probably defined in wrong place, so where should I place this class file?
You should put it within the module in the package as specified in the MIDDLEWARE_CLASSES
setting.