File diff 16b2165de7eb → fe64a26a72c0
conservancy/settings/base.py
Show inline comments
...
 
@@ -99,7 +99,6 @@ TEMPLATES = [
 
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
 
        'DIRS': [
 
            BASE_DIR / 'templates',
 
            BASE_DIR / 'static',
 
        ],
 
        'APP_DIRS': True,
 
        'OPTIONS': {