bernd-wechner / CoGs

Competitive Gamers Leaderboard Server (CoGs LS)
2 stars 4 forks source link

Implement whitenoise for serving static files #31

Open bernd-wechner opened 3 years ago

bernd-wechner commented 3 years ago

See:

http://whitenoise.evans.io/en/stable/django.html

Main advantage is it takes static file serving out of the hands of the webserver and puts it back into the hands of Django making the site more portable with fewer webserver configuration needs and dramas.