From 2a2a1d2e505ad7ef1a088fd25c6984627801f360 Mon Sep 17 00:00:00 2001 From: Michele de Barros Santos Date: Tue, 10 Oct 2023 19:17:34 -0300 Subject: [PATCH] deploy railway --- hashflix/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashflix/settings.py b/hashflix/settings.py index efa9053..16120f7 100644 --- a/hashflix/settings.py +++ b/hashflix/settings.py @@ -134,7 +134,7 @@ STATIC_URL = 'static/' # Caminho absoluto para o diretório onde os arquivos estáticos coletados serão armazenados. -STATIC_ROOT = BASE_DIR / "staticfiles" +STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') STATICFILES_DIRS = [ BASE_DIR / "static",