openworm / ChannelWorm

Tools and curated datasets to build quantitative models of C. elegans ion channels
MIT License
12 stars 11 forks source link

WSGI application 'web_app.wsgi.application' could not be loaded #94

Closed VahidGh closed 9 years ago

VahidGh commented 9 years ago

New configurations for deploying web app on the OpenShift, causing this error when trying to run it locally: WSGI application 'web_app.wsgi.application' could not be loaded

Commenting out this line solves the problem, but may cause some other problems in the OpenShift side.

VahidGh commented 9 years ago

@joebowen, would you please take a look at this issue.

miladjafary commented 9 years ago

@VahidGh I think it's not related to openshift changes. it's about APP. I will check it asap.

joebowen commented 9 years ago

This should be fixed now.

cheelee commented 9 years ago

So should wsgi/wsgi.py be removed from the repository in that case?