]> git.parisson.com Git - telemeta.git/commitdiff
Force use of django-registration-redux
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 26 Sep 2017 10:55:31 +0000 (12:55 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 26 Sep 2017 10:55:31 +0000 (12:55 +0200)
app/scripts/app.sh
app/settings.py

index 0d5bfeb458b316fa93134e20489df88d96aa859a..06fbf590d690fe8e56fca2da8d6128685dd4763e 100644 (file)
@@ -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
index 31104e5cd7d7ed19b0ffbe495ece67d2c88dc95a..9f68f60b5704208b60748b69acee0b5a9e385865 100644 (file)
@@ -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"