Hacker News new | ask | show | jobs
by tinodb 451 days ago
Plenty of websites can live with the reduced complexity of having their static files served directly by python. Hence it exists, and is useful.
1 comments

I came back to this thread after realizing I whitenoise would solve my current problem...

I'm working on a small internal tool using Django. When I turned debug off, my files stopped serving. And for this small deployment, I really don't want to have to require a separate nginx server. I get it now.