From 661940686038f4216e4a7962d8df1e5ec5dd6276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:37:29 +0200 Subject: [PATCH] Update dot_env --- conf/dot_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/dot_env b/conf/dot_env index 39c60f9..0c356f5 100644 --- a/conf/dot_env +++ b/conf/dot_env @@ -49,7 +49,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5 # If staticfiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder # This can either be a relative path from the applications base path or the url of an external host -#sub_path_only STATIC_URL=__INSTALL_DIR__/source/static/ +#sub_path_only STATIC_URL=/static/ # If mediafiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder