|
|
|
@ -14,6 +14,8 @@ from pathlib import Path |
|
|
|
import os |
|
|
|
import logging |
|
|
|
|
|
|
|
APP_VERSION = "11.0.2" |
|
|
|
|
|
|
|
# Build paths inside the project like this: BASE_DIR / 'subdir'. |
|
|
|
BASE_DIR = Path(__file__).resolve().parent.parent |
|
|
|
|
|
|
|
@ -70,6 +72,7 @@ TEMPLATES = [ |
|
|
|
'django.template.context_processors.request', |
|
|
|
'django.contrib.auth.context_processors.auth', |
|
|
|
'django.contrib.messages.context_processors.messages', |
|
|
|
'gestion_reservas.context_processors.app_version', |
|
|
|
], |
|
|
|
'libraries': { |
|
|
|
'filtros_de_entorno': 'gestion_reservas.templatetags.filtros_de_entorno', |
|
|
|
|