equal
deleted
inserted
replaced
99 "django.core.context_processors.static", |
99 "django.core.context_processors.static", |
100 "ldt.utils.context_processors.ldt_context", |
100 "ldt.utils.context_processors.ldt_context", |
101 ) |
101 ) |
102 |
102 |
103 |
103 |
104 |
|
105 ROOT_URLCONF = 'ldtplatform.urls' |
104 ROOT_URLCONF = 'ldtplatform.urls' |
106 |
105 |
107 TEMPLATE_DIRS = ( |
106 TEMPLATE_DIRS = ( |
108 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
107 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
109 # Always use forward slashes, even on Windows. |
108 # Always use forward slashes, even on Windows. |
110 # Don't forget to use absolute paths, not relative paths. |
109 # Don't forget to use absolute paths, not relative paths. |
111 os.path.join(os.path.basename(__file__), 'templates'), |
110 os.path.join(os.path.basename(__file__), 'templates'), |
|
111 os.path.join(os.path.dirname(__file__), 'templates'), |
112 ) |
112 ) |
113 |
113 |
114 FIXTURES_DIRS = ( |
114 FIXTURES_DIRS = ( |
115 os.path.join(os.path.basename(__file__), 'fixtures'), |
115 os.path.join(os.path.basename(__file__), 'fixtures'), |
116 ) |
116 ) |