From 4eba4a7a20634a9817ea7013fe87706766dca250 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 24 Sep 2013 11:27:26 -0300 Subject: [PATCH] Adding django-registration to installed apps --- src/colab/custom_settings.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 6f42a26..bc5c0c5 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -23,6 +23,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( 'cliauth', 'django_browserid', 'conversejs', + 'registration', # Own apps 'super_archives', -- libgit2 0.21.2