Replies: 1 comment 1 reply
-
Figured it out... I also needed to set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It has been a long time since I've used Django, and I remember way back that static files were sort of a pain. I guess they still are 😀. I'm using your setup as-is and everything works fine with
DEBUG=true
, but as soon as I set it tofalse
I get 404s for the static files. I did run./run manage collectstatic
and restarted everything to no avail. FWIW I don't see many of the static files in thepublic_collected
folder inside the container, I do see the admin and debug_toolbar folders (and content) though.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions