INSTALLED_APPS = [ 'know', 'accounts' ] REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES' : ('knox.auth.TokenAuthentication', ) # Tuple }