We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdee14d commit 28ec349Copy full SHA for 28ec349
settings/dev.py
@@ -1,7 +1,9 @@
1
+# Settings expected by `mypy_django_plugin`
2
SENDGRID_API_KEY: str
3
AWS_SES_REGION_ENDPOINT: str
4
SEGMENT_RULES_CONDITIONS_LIMIT: int
5
6
+# Settings required for tests
7
INSTALLED_APPS = [
8
"django.contrib.auth",
9
"django.contrib.contenttypes",
0 commit comments