0
I am trying to deploy a django web app on azure but I am having no success with it! I have tried different methods for deployment (VSCode, Zip file, github..)and have followed different Qs on StackOverflow and other forums but in vain. Now I am trying to deploy using a zip file and getting the following error in logs:
2022-07-07T17:48:18.453487609Z Traceback (most recent call last):
2022-07-07T17:48:18.453492410Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2022-07-07T17:48:18.453496310Z worker.init_process()
2022-07-07T17:48:18.453515311Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/workers/base.py", line 134, in init_process
2022-07-07T17:48:18.453519511Z self.load_wsgi()
2022-07-07T17:48:18.453522711Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2022-07-07T17:48:18.453526111Z self.wsgi = self.app.wsgi()
2022-07-07T17:48:18.453529411Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/app/base.py", line 67, in wsgi
2022-07-07T17:48:18.453532912Z self.callable = self.load()
2022-07-07T17:48:18.453536112Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2022-07-07T17:48:18.453539512Z return self.load_wsgiapp()
2022-07-07T17:48:18.453542712Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2022-07-07T17:48:18.453546112Z return util.import_app(self.app_uri)
2022-07-07T17:48:18.453549312Z File "/opt/python/3.9.7/lib/python3.9/site-packages/gunicorn/util.py", line 359, in import_app
2022-07-07T17:48:18.453552813Z mod = importlib.import_module(module)
2022-07-07T17:48:18.453556013Z File "/opt/python/3.9.7/lib/python3.9/importlib/__init__.py", line 127, in import_module
2022-07-07T17:48:18.453559413Z return _bootstrap._gcd_import(name[level:], package, level)
2022-07-07T17:48:18.453562713Z File "