src/iconolab_mcc/settings/__init__.py
changeset 1 309def3c05dc
parent 0 c21813f95c41
child 2 48b9b57dfbaa
--- a/src/iconolab_mcc/settings/__init__.py	Wed May 16 00:13:16 2018 +0200
+++ b/src/iconolab_mcc/settings/__init__.py	Wed May 23 12:42:37 2018 +0200
@@ -56,7 +56,7 @@
     'django_comments_xtd',
     'haystack',
     'sorl.thumbnail',
-    'notifications'
+    'notifications',
 ]
 
 COMMENTS_APP = "django_comments_xtd"
@@ -82,7 +82,7 @@
 TEMPLATES = [
     {
         'BACKEND': 'django.template.backends.django.DjangoTemplates',
-        'DIRS': [os.path.join(BASE_DIR,'iconolab','templates')],
+        'DIRS': [os.path.join(BASE_DIR,'iconolab_mcc', 'templates')],
         'APP_DIRS': True,
         'OPTIONS': {
             'context_processors': [