mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Creación de index.html y primera creación de la pagina principal
This commit is contained in:
parent
fd1c6250a4
commit
8d3205bf8f
9 changed files with 129 additions and 19 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue