Skip to content

Make clear that need to add simple_jwt to installed apps #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 22, 2021
Merged

Make clear that need to add simple_jwt to installed apps #420

merged 3 commits into from
Jun 22, 2021

Conversation

rencesar
Copy link
Contributor

Just added on the documentation the necessity of adding rest_framework_simplejwt to INSTALLED_APPS

#419

Copy link
Member

@Andrew-Chen-Wang Andrew-Chen-Wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I should've fixed this after #394 so sorry about that.

Comment on lines 31 to 36
INSTALLED_APPS = [
...
'rest_framework_simplejwt',
...
]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This really shouldn't be here. Many people don't enable localization. Where you see "You can also include a route for Simple JWT’s TokenVerifyView", write some docs below that section dedicated for "adding localizations/translations" (add both words for searching sake in RTD).

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Copy link
Member

@Andrew-Chen-Wang Andrew-Chen-Wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Andrew-Chen-Wang Andrew-Chen-Wang merged commit 1eb8973 into jazzband:master Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants