Commit 4eba4a7a20634a9817ea7013fe87706766dca250

Authored by Sergio Oliveira
1 parent 5792f7eb

Adding django-registration to installed apps

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/colab/custom_settings.py
@@ -23,6 +23,7 @@ INSTALLED_APPS = INSTALLED_APPS + ( @@ -23,6 +23,7 @@ INSTALLED_APPS = INSTALLED_APPS + (
23 'cliauth', 23 'cliauth',
24 'django_browserid', 24 'django_browserid',
25 'conversejs', 25 'conversejs',
  26 + 'registration',
26 27
27 # Own apps 28 # Own apps
28 'super_archives', 29 'super_archives',