when i launch my app without restframework installed i get
----------------------------------------------------------------------------/
ImportError: No module named rest_framework
-------------------------------------------------------------------------/
When i install it, again i receive an error, but this time on the webapp link page.
-----------------------------------------------------------------------------------------------------------------//
Exception Type: ImportError
Exception Value:
No module named urllib.parse
Exception Location: /home/mobitillpay/.virtualenvs/demo/local/lib/python2.7/site-packages/rest_framework/compat.py in <module>, line 13
Python Executable: /usr/local/bin/uwsgi
--------------------------------------------------------------------------------------------//
Anay heads up on what i may be doing wrong?