equal
deleted
inserted
replaced
93 "ldt.utils.context_processors.web", |
93 "ldt.utils.context_processors.web", |
94 "ldtplatform.utils.context_processors.version", |
94 "ldtplatform.utils.context_processors.version", |
95 ) |
95 ) |
96 |
96 |
97 |
97 |
98 ROOT_URLCONF = 'platform.urls' |
98 ROOT_URLCONF = 'ldtplatform.urls' |
99 |
99 |
100 TEMPLATE_DIRS = ( |
100 TEMPLATE_DIRS = ( |
101 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
101 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
102 # Always use forward slashes, even on Windows. |
102 # Always use forward slashes, even on Windows. |
103 # Don't forget to use absolute paths, not relative paths. |
103 # Don't forget to use absolute paths, not relative paths. |