web/ldtplatform/settings.py
changeset 6 7bc847aaccac
parent 2 93d48df946cb
child 22 03d02cf0bea7
child 135 01f6e48255f7
equal deleted inserted replaced
5:eb160b709afd 6:7bc847aaccac
    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.