1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 10:24:00 +02:00

Move templates in app directory

This commit is contained in:
Yohann D'ANELLO
2020-11-02 11:06:03 +01:00
parent 4975d4ddb7
commit 7a8d05c58a
13 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ LOGIN_REDIRECT_URL = "index"
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [os.path.join(BASE_DIR, 'templates')]
'DIRS': [os.path.join(BASE_DIR, 'corres2math/templates')]
,
'APP_DIRS': True,
'OPTIONS': {