mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Shift Django to 1.6.x (>= 1.6.7).
This commit is contained in:
@@ -9,6 +9,7 @@ from rest_framework import HTTP_HEADER_ENCODING
|
||||
# AWX
|
||||
from awx.main.models import Job, AuthToken
|
||||
|
||||
|
||||
class TokenAuthentication(authentication.TokenAuthentication):
|
||||
'''
|
||||
Custom token authentication using tokens that expire and are associated
|
||||
|
||||
Reference in New Issue
Block a user