Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
eallrich opened this issue Mar 27, 2014 · 0 comments
Closed

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

eallrich opened this issue Mar 27, 2014 · 0 comments
Assignees

Comments

@eallrich
Copy link
Owner

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

@eallrich eallrich self-assigned this Mar 27, 2014
eallrich added a commit that referenced this issue Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant