summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 3546ddf7..f0d11242 100644
--- a/settings.py
+++ b/settings.py
@@ -75,10 +75,10 @@ INSTALLED_APPS = (
'django.contrib.sitemaps',
'debug_toolbar',
'forum',
- 'django_authopenid',
+ 'forum.deps.django_authopenid',
#'forum.importers.stackexchange', #se loader
'south',
- 'livesettings',
+ 'forum.deps.livesettings',
'keyedcache',
)