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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 tofalseI get 404s for the static files. I did run./run manage collectstaticand restarted everything to no avail. FWIW I don't see many of the static files in thepublic_collectedfolder 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