Creación de index.html y primera creación de la pagina principal

This commit is contained in:
adrigongv23 2026-05-23 13:09:59 +02:00
parent fd1c6250a4
commit 8d3205bf8f
9 changed files with 129 additions and 19 deletions

View file

@ -60,10 +60,11 @@ ROOT_URLCONF = 'gades_manager.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'DIRS': [BASE_DIR / 'templates'],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',