1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[Django 1.11] Add auth app, otherwise we will not able to import django.contrib.auth.models

This commit is contained in:
zhengxie
2018-03-21 16:24:39 +08:00
parent 9c24ec74c4
commit 6e07b9a778

View File

@@ -198,6 +198,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.auth',
'registration',
'captcha',