Skip to content Skip to sidebar Skip to footer
Showing posts with the label Openshift

Django Serving Media Files (user Uploaded Files ) In Openshift

I have successfully deployed my Django project in openshift. But I need to be able to serve files t… Read more Django Serving Media Files (user Uploaded Files ) In Openshift

How To Preserve A Sqlite Database From Being Reverted After Deploying To Openshift?

I ported a Python Twisted application to OpenShift, which stores its data to a SQLite database. Aft… Read more How To Preserve A Sqlite Database From Being Reverted After Deploying To Openshift?

Byte String Too Long Error In Python Using Pypyodbc 1.3.4

Getting byte string too long error while saving more than 127 characters in Unix environment while … Read more Byte String Too Long Error In Python Using Pypyodbc 1.3.4

How To Set Wsgi.url_scheme To Https In Bottle?

I want to redirect all requests to http to https. Is there a generic approach to setting wsgi.url… Read more How To Set Wsgi.url_scheme To Https In Bottle?

Python 2.7 On Openshift V3: Update Setuptools Before Build?

When installing cryptography package I get the following error: Invalid environment marker: platfor… Read more Python 2.7 On Openshift V3: Update Setuptools Before Build?