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",