Debug = False crashes my Django deployment.
Solved: Whenever I have the setting on the website fails to deploy. I get Server Error (500).
4 Replies
Project ID:
c2e331c2-ea7f-464b-a226-1f92b6e0c6b1
It appears that the issue is that the
python manage.py collectstatic
command is not being run during the deployment step.⚠️ experimental feature
c2e331c2-ea7f-464b-a226-1f92b6e0c6b1
Where do I put the command
can we have some more information
logs