Closed tukiyo closed 3 years ago
When DEBUG
is False, you should serve the static files with a fast performance http server like Apache, Nginx, Gunicorn, etc.
Please see Django configuration in WireCloud documentation.
ๅไฝ่ตทๅใ ใจใใใ ใฃใใฎใงใใญใใใใใจใใใใใพใใใ
โ I got an error when I put
-e DEBUG=False
or unspecified.or
โ No error with
-e DEBUG=True
I had the same problem with
fiware/wirecloud:1.3
andfiware/wirecloud:latest
.Why do I need to add
-e DEBUG=True
?