Skip to content

Commit

Permalink
Allow to customize the STATIC_ROOT setting
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Druez <[email protected]>
  • Loading branch information
tdruez committed Aug 21, 2023
1 parent 6128a4e commit 5f2cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scancodeio/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@

STATIC_URL = "/static/"

STATIC_ROOT = "/var/scancodeio/static/"
STATIC_ROOT = env.str("STATIC_ROOT", default="/var/scancodeio/static/")

STATICFILES_DIRS = [
PROJECT_DIR("static"),
Expand Down

0 comments on commit 5f2cbae

Please sign in to comment.