Skip to content

Commit

Permalink
add 'rest_framework_simplejwt' to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidun committed Jan 20, 2023
1 parent 6ee8631 commit 2f620b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atila/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'userprofile',
'atlas',
'rest_framework',
'rest_framework_simplejwt',
]

MIDDLEWARE = [
Expand Down

0 comments on commit 2f620b3

Please sign in to comment.