Skip to content

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

Merged
Andrew-Chen-Wang merged 3 commits intojazzband:masterfrom
rencesar:docs-add-simple-jwt-installed-apps
Jun 22, 2021
Merged

Make clear that need to add simple_jwt to installed apps#420
Andrew-Chen-Wang merged 3 commits intojazzband:masterfrom
rencesar:docs-add-simple-jwt-installed-apps

Conversation

@rencesar
Copy link
Copy Markdown
Contributor

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

#419

Copy link
Copy Markdown
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 thread docs/getting_started.rst Outdated
Comment on lines +31 to +36
INSTALLED_APPS = [
...
'rest_framework_simplejwt',
...
]

Copy link
Copy Markdown
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).

Comment thread docs/getting_started.rst Outdated
Copy link
Copy Markdown
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.

2 participants