--- a/web/ldtplatform/settings.py Mon Sep 26 11:05:51 2011 +0200
+++ b/web/ldtplatform/settings.py Wed Sep 28 17:33:25 2011 +0200
@@ -101,14 +101,14 @@
)
-
ROOT_URLCONF = 'ldtplatform.urls'
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
- os.path.join(os.path.basename(__file__), 'templates'),
+ os.path.join(os.path.basename(__file__), 'templates'),
+ os.path.join(os.path.dirname(__file__), 'templates'),
)
FIXTURES_DIRS = (