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

Fix crash settings if debug false #86

Closed
sebastienbarbier opened this issue May 10, 2023 · 0 comments
Closed

Fix crash settings if debug false #86

sebastienbarbier opened this issue May 10, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@sebastienbarbier
Copy link
Owner

Settings refuse to start if storage is undefined as .lower() of undefined does not exist.

elif not DEBUG or os.environ.get('STORAGE').lower() == 'whitenoise':
@sebastienbarbier sebastienbarbier added this to the v1.3.1 milestone May 10, 2023
@sebastienbarbier sebastienbarbier self-assigned this May 10, 2023
sebastienbarbier added a commit that referenced this issue May 10, 2023
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