diff --git a/lms/settings.py b/lms/settings.py index 5d5e3e2..738ff01 100644 --- a/lms/settings.py +++ b/lms/settings.py @@ -136,7 +136,7 @@ ROOT_URLCONF = 'lms.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [os.path.join(BASE_DIR, 'templates')] + 'DIRS': [os.path.join(BASE_DIR, 'templates'), '/home/andrey/skill-front'] , 'APP_DIRS': True, 'OPTIONS': {