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

Avoid 500s for Missing Assets? #12

Open
matthewwithanm opened this issue Mar 15, 2013 · 0 comments
Open

Avoid 500s for Missing Assets? #12

matthewwithanm opened this issue Mar 15, 2013 · 0 comments
Labels

Comments

@matthewwithanm
Copy link
Contributor

We should probably not be raising 500s for missing assets (as is currently the case when a file can't be found in the static manifest).

Two possible solutions are 1) to catch the error in the storage backends url() method or 2) to create a custom {% static %} template tag and catch the errors in that. (Logging the error in either case.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant