Skip to content

Commit

Permalink
Properly handle different static roots (refs #463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 20, 2024
1 parent 6f0e49c commit 996b27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graveyard/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
STATIC_HOST = STATIC_URL = "https://static.dracidoupe.cz/"

WHITENOISE_STATIC_PREFIX = "/staticfiles/"

# On Django 4.2+:
# STORAGES = {
Expand Down

0 comments on commit 996b27b

Please sign in to comment.