File diff b037d11ccc37 → e8434f637f9f
projtest/projtest/settings.py
Show inline comments
 
@@ -81,7 +81,6 @@ SECRET_KEY = '%s-x^wskhxu#5%o)0ck71g7o@7
 

	
 
# List of callables that know how to import templates from various sources.
 
TEMPLATE_LOADERS = (
 
    'conntrackt.stripper.Loader',
 
    'django.template.loaders.filesystem.Loader',
 
    'django.template.loaders.app_directories.Loader',
 
#     'django.template.loaders.eggs.Loader',
 
@@ -95,7 +94,6 @@ MIDDLEWARE_CLASSES = (
 
    'django.contrib.messages.middleware.MessageMiddleware',
 
    # Uncomment the next line for simple clickjacking protection:
 
    # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 
    'conntrackt.stripper.StripperMiddleware'
 
)
 

	
 
ROOT_URLCONF = 'projtest.urls'