diff --git a/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc b/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc index 13b0de1..bb0af8e 100644 Binary files a/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc and b/Plataform_Web/gades_manager/__pycache__/settings.cpython-314.pyc differ 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 %} - + -