Absolute path for templates_design
This commit is contained in:
@@ -60,7 +60,7 @@ ROOT_URLCONF = 'fet2020.urls'
|
||||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': ['templates_design1'],
|
||||
'DIRS': [os.path.join(BASE_DIR, 'templates_design1')],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
|
||||
Reference in New Issue
Block a user