Skip to content

Commit 28ec349

Browse files
committed
fix types, document
1 parent bdee14d commit 28ec349

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings/dev.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# Settings expected by `mypy_django_plugin`
12
SENDGRID_API_KEY: str
23
AWS_SES_REGION_ENDPOINT: str
34
SEGMENT_RULES_CONDITIONS_LIMIT: int
45

6+
# Settings required for tests
57
INSTALLED_APPS = [
68
"django.contrib.auth",
79
"django.contrib.contenttypes",

0 commit comments

Comments
 (0)