summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-12 22:51:11 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-06-12 22:51:11 -0400
commit3a3a11d32c72ab79ce94679aae7a549230c7104f (patch)
tree3ac36a302b85d5497b3d335238044c8f481ac0fd /settings.py
parent8b6a10ead45bcd915f5da223de2b3fd3c30fc7b5 (diff)
downloadaskbot-3a3a11d32c72ab79ce94679aae7a549230c7104f.tar.gz
askbot-3a3a11d32c72ab79ce94679aae7a549230c7104f.tar.bz2
askbot-3a3a11d32c72ab79ce94679aae7a549230c7104f.zip
moved livesettings and django_authopenid into forum/deps
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',
)