eallrich / checkniner

Tracking and reporting of airstrip/aircraft checkout information for pilots.
MIT License
2 stars 5 forks source link

Use WhiteNoise for serving static assets, even in production #6

Closed eallrich closed 9 years ago

eallrich commented 10 years ago

Instead of relying on the built-in server for static assets and then adding the appropriate URL routes via the SERVE_STATIC envvar, use WhiteNoise [0] instead. Works in dev or production.

[0] https://github.com/evansd/whitenoise