Skip to content

Commit

Permalink
replaced } with ) in blacklist_app.rst (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlovsky committed Jun 6, 2021
1 parent c890b70 commit 8a677b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blacklist_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ this app, include it in your list of installed apps in ``settings.py``:
...
'rest_framework_simplejwt.token_blacklist',
...
}
)
Also, make sure to run ``python manage.py migrate`` to run the app's
migrations.
Expand Down

0 comments on commit 8a677b0

Please sign in to comment.