From 471237ef7b7375bfef5dd04b40bc5c7650a22555 Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 27 Dec 2017 15:52:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B3=D1=80=D0=B0=D0=BD=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=20=D0=B6=D1=83=D1=80?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB=D1=8B=20(=D1=82=D0=B5=D0=BC,=20=D1=83=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=D0=BE=D0=B2,=20=D0=BA=D1=83=D1=80=D1=81=D0=BE?= =?UTF-8?q?=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lms/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': {