Commit 9298add
Fix default_app_config deprecation
Django 3.2 automatically detects AppConfig and therefore this setting is no longer required.
https://docs.djangoproject.com/en/dev/releases/3.2/#automatic-appconfig-discovery1 parent 62b8aa6 commit 9298add
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
| 34 | + | |
| 35 | + | |
0 commit comments