Currently, I am using latest version of Django 1.9. I have a project that is written in Django 1.8
When I tried to runserver, I encountered the following error
What should I do as I do not want to downgrade to Django 1.8 to run the project?
Edit:
The above problem is due to lack of python-decouple module. After I install decouple module and try to runserver again it gives another error.