Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django 1.8

Why Python Requests Library Failing To Get Response?

I have a view method: # This view method is to register a new user through api call def register(re… Read more Why Python Requests Library Failing To Get Response?

Configure Wsgi With Django On Openshift

I tried to configure WSGI with wsgi.py in my project folder import os import sys sys.path.append(o… Read more Configure Wsgi With Django On Openshift