Answer the question
In order to leave comments, you need to log in
Why doesn't django pick up static files in production?
Why doesn't django pick up static files in production?
For the sake of experiment, I decided to transfer the Django site to production mode. I only changed the value of the DEBUG parameter and set '*' in ALLOWED_HOSTS
---
ALLOWED_HOSTS = [
'*',
]
---
After all these manipulations, static is not loaded. I ask for your help!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question