Arreglo visual página principal

This commit is contained in:
adrigongv23 2026-05-24 13:33:33 +02:00
parent cf862e56c7
commit d44b3c733e
4 changed files with 14 additions and 10 deletions

View file

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