Merge pull request #1142 from umap-project/no-templates-dirs
Remove `DIRS` from `settings.TEMPLATES`
This commit is contained in:
commit
03b6f94a79
1 changed files with 0 additions and 3 deletions
|
@ -169,9 +169,6 @@ TEMPLATES = [
|
|||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'APP_DIRS': True,
|
||||
'DIRS': [
|
||||
os.path.join(PROJECT_DIR, 'templates'),
|
||||
],
|
||||
'OPTIONS': {
|
||||
'context_processors': (
|
||||
'django.contrib.auth.context_processors.auth',
|
||||
|
|
Loading…
Reference in a new issue