Merge branch 'current_branch' into 'dev'

migrate update

See merge request !11
feature/fix_generate_pass
Andrey 8 years ago
commit b77f53b315
  1. 6
      lms/settings.py

@ -122,6 +122,12 @@ MIDDLEWARE_CLASSES = [
# 'access.middleware.UpdateActivity',
]
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.SessionAuthentication'
)
}
ROOT_URLCONF = 'lms.urls'
TEMPLATES = [

Loading…
Cancel
Save