From d44b3c733ef3fe21369299166cf9e2c39668c359 Mon Sep 17 00:00:00 2001 From: adrigongv23 Date: Sun, 24 May 2026 13:33:33 +0200 Subject: [PATCH] =?UTF-8?q?Arreglo=20visual=20p=C3=A1gina=20principal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__pycache__/settings.cpython-314.pyc | Bin 2883 -> 2950 bytes Plataform_Web/gades_manager/settings.py | 6 +++++- Plataform_Web/templates/base.html | 9 ++++----- Plataform_Web/templates/index.html | 9 +++++---- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc b/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc index 13b0de1c18b99a9abdb08cde5b15fc802b82ebb7..bb0af8e7a48d0be8028e39462b1fd7c70b4542be 100644 GIT binary patch delta 267 zcmX>s)+WxY&Bx2dz`($ed0Qy!&O}~G#*B&T4V-HJj3wN93_H)u0zOuQ2p70Vu^ zq{9tT3Bh`dCE`KKB@#g@C6cks0VWVpWHP`UnFnFVvInV}FhSTQGC@qr44Rso8yJr< z3v%cemn4>CChOl~gD^Jxv2rmp%5IM2U}qE*2o7-!@pN|c^l=T2ckv7go*d6Pk;{gG zfq{{MfuT5b^Djw%C;1OEda(FV>Ny!`#)o#Fj4 VoiQ^s7Pw#L)oJ1?vS46f002nUC|Cdh diff --git a/Plataform_Web/gades_manager/settings.py b/Plataform_Web/gades_manager/settings.py index 3fb0530..b68ba68 100644 --- a/Plataform_Web/gades_manager/settings.py +++ b/Plataform_Web/gades_manager/settings.py @@ -125,7 +125,11 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/6.0/howto/static-files/ -STATIC_URL = 'static/' +STATIC_URL = '/static/' + +STATICFILES_DIRS = [ + BASE_DIR / "static", +] AUTH_USER_MODEL = 'users.CustomUser' diff --git a/Plataform_Web/templates/base.html b/Plataform_Web/templates/base.html index e7bf4b2..cc0cf0a 100644 --- a/Plataform_Web/templates/base.html +++ b/Plataform_Web/templates/base.html @@ -12,13 +12,12 @@ {% block extra_head %}{% endblock extra_head %} - + -