summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-11 18:14:11 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-11 18:14:11 -0400
commit0e4bf7c225fe2b68296f3a644755b49104459c14 (patch)
treea88682836a489890923fe81391c46d3d6a5924d1 /settings.py
parentef266b315341440006ac504dc24b688cdcdc2d51 (diff)
downloadhyperkitty-0e4bf7c225fe2b68296f3a644755b49104459c14.tar.gz
hyperkitty-0e4bf7c225fe2b68296f3a644755b49104459c14.tar.xz
hyperkitty-0e4bf7c225fe2b68296f3a644755b49104459c14.zip
Basic configuration stuff
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/settings.py b/settings.py
index b1feed0..fd23432 100644
--- a/settings.py
+++ b/settings.py
@@ -119,17 +119,16 @@ TEMPLATE_DIRS = (
)
INSTALLED_APPS = (
-# 'django.contrib.auth',
+ 'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
# 'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
- # Uncomment the next line to enable the admin:
- # 'django.contrib.admin',
- # Uncomment the next line to enable admin documentation:
+ 'django.contrib.admin',
# 'django.contrib.admindocs',
'rdbms',
+ 'social_auth',
'djangorestframework',
'gravatar',
)