jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.13k stars 792 forks source link

Which version is suitable for django 3.0 application #1289

Closed mmmohanrajan closed 12 months ago

mmmohanrajan commented 1 year ago

Which version is suitable for django 3.0 application.

i'm getting this error

Traceback (most recent call last): File "/Users/mohanrajan/workspace/venv3/lib/python3.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in from oauth2client.locked_file import LockedFile ModuleNotFoundError: No module named 'oauth2client.locked_file'

i'm using: django-oauth-toolkit==1.7.1

dopry commented 12 months ago

@mmmohanrajan the latest release is compatible with Django 3.0. I would strongly advise you to update your Django 3.0 site to 3.2. Pip should be able to show you version constraints.