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 @@
-