Friends, I'm studying how to implement the OAuth v2 protocol in my application. I've researched a lot here and found nothing that could solve my problem. So far I have a database in PostgreSQL and authentication with a Django middleware.
I've been trying to follow the documentation on link , unsuccessfully because PyCharm does not recognize the few libraries in INSTALLED_APPS and other key things in this tutorial that in theory has support for Django 1.4.x.
Would you help me, please?
Information :
- Environment: PyCharm 2016.2.3
- Interpreter: Python 2.7.12
- Framework: Django 1.4.22
- Database: PostgreSQL 9.3.15
- Operating System: Windows 7 - 32bit