-
Notifications
You must be signed in to change notification settings - Fork 13
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
🚸 Catch Django errors of death #1585
Comments
Agreed - there are a few Django related tracebacks that we're handling downstream. It's a bit dangerous to default to hiding tracebacks in these cases, but you're right that in all cases where the original traceback is not needed, it's super annoying. I'll weigh pros & cons or see whether there is a danger-free solution to this. |
INSTALLED_APPS
error and show an understandable error message
@Zethson shared feedback from a Hackathon
We have to figure out a way to catch this error. |
INSTALLED_APPS
error and show an understandable error message
A new version of this: Internal Slack ref.
|
Except
INSTALLED_APPS
error and show an understandable error messageThis happens after I deleted
~/.lamin
. The actual actionable message is hidden under an incomprehensible exception.Edit by @Zethson : This should be resolved in laminlabs/lamin-cli#103
The text was updated successfully, but these errors were encountered: