mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-10 16:02:19 +03:00
Installed Knox for tests
This commit is contained in:
parent
acb6a0d342
commit
2059de79db
|
@ -2,3 +2,4 @@ django-allauth>=0.19.1
|
|||
responses>=0.3.0
|
||||
flake8==2.4.0
|
||||
djangorestframework-jwt>=1.7.2
|
||||
django-rest-knox>=2.3.0
|
||||
|
|
|
@ -88,7 +88,9 @@ INSTALLED_APPS = [
|
|||
'rest_auth',
|
||||
'rest_auth.registration',
|
||||
|
||||
'rest_framework_jwt'
|
||||
'rest_framework_jwt',
|
||||
|
||||
'knox'
|
||||
]
|
||||
|
||||
SECRET_KEY = "38dh*skf8sjfhs287dh&^hd8&3hdg*j2&sd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user