Skip to content

Commit

Permalink
changed storage type for fixing 500 error
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Nov 3, 2023
1 parent ccb5ca9 commit 3be8a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions valhub/valhub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ def get_secret(secret_name):

USE_TZ = True

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"

# Static Root
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

Expand Down

0 comments on commit 3be8a37

Please sign in to comment.