Fixed authentication backend settings for demo

This commit is contained in:
Jonathan Batchelor 2014-12-04 17:35:01 +00:00
parent 72a3ee95ae
commit b66563d703

View File

@ -108,7 +108,6 @@ ACCOUNT_EMAIL_VERIFICATION = 'mandatory'
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.TokenAuthentication',
)