@ -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': {