How to set django DEBUG to true in docker container

Hello,
How do i set DEBUG to true for django / Rest API.

I have been going down the rabbit hole and it seems like files point to files

Thanks for any help

I don’t think debug mode is possible. Best alternative is to change the log level.

MAYAN_LOGGING_LEVEL=“DEBUG”