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