summaryrefslogtreecommitdiff
path: root/ishtar/settings.py.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-24 14:37:16 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-24 14:37:16 +0200
commit05c6d94c9547377c9979e9d860c6618ee898ef6e (patch)
tree6b4fc14f42da9d91ab2bb4b989ffeeb42947392f /ishtar/settings.py.example
parent2d008477cb66ec3e356fd9153afba7affede249c (diff)
downloadIshtar-05c6d94c9547377c9979e9d860c6618ee898ef6e.tar.bz2
Ishtar-05c6d94c9547377c9979e9d860c6618ee898ef6e.zip
Sources creation for Operation (refs #497) - restructuration (refs #57)
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r--ishtar/settings.py.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example
index 11b2e3a58..e373faa6f 100644
--- a/ishtar/settings.py.example
+++ b/ishtar/settings.py.example
@@ -97,7 +97,7 @@ MIDDLEWARE_CLASSES = (
)
TEMPLATE_CONTEXT_PROCESSORS = (
- 'ishtar.furnitures.context_processors.get_base_context',
+ 'ishtar.ishtar_base.context_processors.get_base_context',
"django.core.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
@@ -112,7 +112,7 @@ TEMPLATE_DIRS = (
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
- 'ishtar.furnitures.backend.ObjectOwnPermBackend',
+ 'ishtar.ishtar_base.backend.ObjectOwnPermBackend',
)
INSTALLED_APPS = (
@@ -124,5 +124,5 @@ INSTALLED_APPS = (
'django.contrib.admin',
'registration',
#'ishtar.scripts',
- 'ishtar.furnitures'
+ 'ishtar.ishtar_base',
)