Skip to content

Commit

Permalink
ignore errors in local_settings_sample.py
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Sep 1, 2024
1 parent eef2edb commit bcf3377
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metropolis/local_settings_sample.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from datetime import datetime, timezone
from datetime import datetime, timezone # noqa: F401

import sentry_sdk

# ruff: noqa: F821

SECRET_KEY = "change me!"
DEBUG = True
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend" # to emails just get printed to the console.
Expand Down

0 comments on commit bcf3377

Please sign in to comment.