Skip to content

Commit

Permalink
fix: fixed whitenoise not finding static files
Browse files Browse the repository at this point in the history
Doh
  • Loading branch information
tymees committed Sep 4, 2024
1 parent 6f8757d commit c2ccf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testidp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
# https://docs.djangoproject.com/en/4.0/howto/static-files/

STATIC_URL = "/static/"
STATIC_ROOT = "public/static/"
STATIC_ROOT = "/static/"

# Security
# https://docs.djangoproject.com/en/2.0/topics/security/
Expand Down

0 comments on commit c2ccf2b

Please sign in to comment.