From b7553e68c00cb40f4b43c55f3555ad7fb7a1d182 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Tue, 18 Mar 2025 08:52:14 +0100 Subject: [PATCH] Quitando apariciones de reymota --- src/entrenadores/asgi.py | 4 ++-- src/entrenadores/urls.py | 2 +- src/entrenadores/wsgi.py | 2 +- src/templates/_head.html | 2 +- src/templates/base.html | 33 +------------------------- src/templates/index.html | 2 +- src/templates/registration/login.html | 2 +- src/templates/registration/signup.html | 2 +- 8 files changed, 9 insertions(+), 40 deletions(-) diff --git a/src/entrenadores/asgi.py b/src/entrenadores/asgi.py index 735400e..afbb52f 100644 --- a/src/entrenadores/asgi.py +++ b/src/entrenadores/asgi.py @@ -1,5 +1,5 @@ """ -ASGI config for reymota project. +ASGI config for entrenadores project. It exposes the ASGI callable as a module-level variable named ``application``. @@ -11,6 +11,6 @@ import os from django.core.asgi import get_asgi_application -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'reymota.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'entrenadores.settings') application = get_asgi_application() diff --git a/src/entrenadores/urls.py b/src/entrenadores/urls.py index 55ec2bc..67d0294 100644 --- a/src/entrenadores/urls.py +++ b/src/entrenadores/urls.py @@ -38,6 +38,6 @@ urlpatterns = [ path('entorno/', views.ver_variables_entorno, name='ver_variables_entorno'), - path('usuarios/', include("reymotausers.urls")), + path('usuarios/', include("usuariosusers.urls")), ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) diff --git a/src/entrenadores/wsgi.py b/src/entrenadores/wsgi.py index 0c56c22..1a6db4a 100644 --- a/src/entrenadores/wsgi.py +++ b/src/entrenadores/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for reymota project. +WSGI config for entrenadores project. It exposes the WSGI callable as a module-level variable named ``application``. diff --git a/src/templates/_head.html b/src/templates/_head.html index 894a01f..57bd75d 100644 --- a/src/templates/_head.html +++ b/src/templates/_head.html @@ -3,7 +3,7 @@ - Aplicaciones en Reymota.es + Entrenadores diff --git a/src/templates/base.html b/src/templates/base.html index 714117a..afba0cd 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -106,38 +106,7 @@ - - - diff --git a/src/templates/index.html b/src/templates/index.html index e0d35ee..b60c040 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -9,7 +9,7 @@