web/ldtplatform/settings.py
changeset 183 89334901b7c2
parent 177 32fbed79d3a1
child 228 94fdb72b7d56
equal deleted inserted replaced
182:b7add86c2772 183:89334901b7c2
    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 )