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
application = get_wsgi_application()
File "E:\Env\python380Env\lib\site-packages\django\core\wsgi.py", line 13, in get_wsgi_application
return WSGIHandler()
File "E:\Env\python380Env\lib\site-packages\django\core\handlers\wsgi.py", line 135, in init
self.load_middleware()
File "E:\Env\python380Env\lib\site-packages\django\core\handlers\base.py", line 37, in load_middleware
mw_instance = middleware(handler)
TypeError: MultipleDomainMiddleware() takes no arguments
getting this error when i apply it for multiple domain in my project
The text was updated successfully, but these errors were encountered:
application = get_wsgi_application()
File "E:\Env\python380Env\lib\site-packages\django\core\wsgi.py", line 13, in get_wsgi_application
return WSGIHandler()
File "E:\Env\python380Env\lib\site-packages\django\core\handlers\wsgi.py", line 135, in init
self.load_middleware()
File "E:\Env\python380Env\lib\site-packages\django\core\handlers\base.py", line 37, in load_middleware
mw_instance = middleware(handler)
TypeError: MultipleDomainMiddleware() takes no arguments
getting this error when i apply it for multiple domain in my project
The text was updated successfully, but these errors were encountered: