jazzband / django-oauth-toolkit

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

1421 missing import in documentation #1424

Closed giovanniacg closed 4 months ago

giovanniacg commented 4 months ago

Fixes #1421

Description of the Change

The code snippet provided in the documentation needs an additional import to function correctly. Without this import, the code does not raise any errors, but it fails to discover @shared_tasks in other files. This PR adds the necessary import statement.

Link to Documentation: Django OAuth Toolkit Tutorial - Step 5

Checklist