Closed mahdiashtian closed 2 years ago
I solved the problem This error was because the old version of middleware was used By override the code and updating it to the new version, the problem will be solved
Thanks for your report. This repository contains only the bare middleware without a Django project. I suppose this issue is related to the Django project itself and not the middleware?
I solved the problem This error was because the old version of middleware was used By override the code and updating it to the new version, the problem will be solved
Great, thanks for the reply! Were any changes to the middleware itself required?
I solved the problem This error was because the old version of middleware was used By override the code and updating it to the new version, the problem will be solved
Great, thanks for the reply! Were any changes to the middleware itself required?
Yeah But it doesn't seem logical I used MiddlewareMixin and rewrote the code and the problem was solved
I solved the problem This error was because the old version of middleware was used By override the code and updating it to the new version, the problem will be solved
Great, thanks for the reply! Were any changes to the middleware itself required?
I improved your code and added some features I wanted to get permission to put the code in my GitHub
You can create a fork and send a pull request. Greatly appreciated, thanks!
You can create a fork and send a pull request. Greatly appreciated, thanks!
ok
I solved the problem This error was because the old version of middleware was used By override the code and updating it to the new version, the problem will be solved
Great, thanks for the reply! Were any changes to the middleware itself required?
I improved your code and added some features I wanted to get permission to put the code in my GitHub
Hey Mahdi! Would you mind sharing your improvements with the community? Maybe we could even get your changes merged into our upcoming new release. Highly appreciated!
Hi I ran into the following problem django.core.exceptions.ImproperlyConfigured: WSGI application 'main.wsgi.application' could not be loaded; Error importing module. Can anyone help me?
my settings: WSGI_APPLICATION = 'main.wsgi.application'