From: Guillaume Pellerin Date: Tue, 26 Sep 2017 10:55:31 +0000 (+0200) Subject: Force use of django-registration-redux X-Git-Tag: 1.7.0~2^2~19 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=571e61ee954dd8aa0a1ee57dd7a05cea60aa92a5;p=telemeta.git Force use of django-registration-redux --- diff --git a/app/scripts/app.sh b/app/scripts/app.sh index 0d5bfeb4..06fbf590 100644 --- a/app/scripts/app.sh +++ b/app/scripts/app.sh @@ -18,7 +18,7 @@ uid='www-data' gid='www-data' # stating apps -pip install -U django==1.8.18 +pip install -U django==1.8.18 django-registration-redux pip uninstall -y south pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat pip install django-debug-toolbar==1.6 diff --git a/app/settings.py b/app/settings.py index 31104e5c..9f68f60b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -191,6 +191,8 @@ AUTHENTICATION_BACKENDS = ( SESSION_ENGINE = "django.contrib.sessions.backends.signed_cookies" +AUTH_USER_MODEL = 'auth.User' + TELEMETA_ORGANIZATION = 'Telemeta' TELEMETA_SUBJECTS = ('Telemeta', 'web', 'platform', 'audio', 'semantics') TELEMETA_DESCRIPTION = "Open web audio platform with semantics"