sphinx_django/settings.py
changeset 2 f5e18f8ed036
parent 0 54f784230511
child 3 de4a2ed2f34b
equal deleted inserted replaced
1:5574cfc2b28d 2:f5e18f8ed036
    63     'django.contrib.auth.middleware.AuthenticationMiddleware',
    63     'django.contrib.auth.middleware.AuthenticationMiddleware',
    64 )
    64 )
    65 
    65 
    66 ROOT_URLCONF = 'sphinx_django.urls'
    66 ROOT_URLCONF = 'sphinx_django.urls'
    67 
    67 
       
    68 
       
    69 
       
    70 
    68 TEMPLATE_DIRS = (
    71 TEMPLATE_DIRS = (
    69     "/home/amit/review/sphinx_django/templates/"
    72     "/home/amit/review/sphinx_django/templates/"
    70     
    73     
    71     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    74     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    72     # Always use forward slashes, even on Windows.
    75     # Always use forward slashes, even on Windows.