openshift

Error while upgrading Airflow 1.11 to 1.15

Error while upgrading Airflow 1.11 to 1.15 Question: Hi I’m planning to upgrade my Airflow version from 1.11 to 1.15 which is deployed in OpenShift. As there are very large numbers of DAG’s so I planned to upgrade in the bride release rather than going to Airflow 2.2 The error which I’m getting is most …

Total answers: 1

django.core.exceptions.ImproperlyConfigured: WSGI application 'application' could not be loaded

django.core.exceptions.ImproperlyConfigured: WSGI application 'application' could not be loaded Question: The scenario is, I cloned the Django code for OpenShift-V3 from here . When I ran the code with python manage.py runserver, I got this error: django.core.exceptions.ImproperlyConfigured: WSGI application ‘application’ could not be loaded; Error importing module: ‘application doesn’t look like a module path I didn’t …

Total answers: 28