Skip to content

Commit 383d5c7

Browse files
authored
docs: v4.40.0-rc10 settings_custom.py
1 parent 2c09672 commit 383d5c7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

docs/upgrade-project.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,8 @@ If your Core-CMS customization is an independent repo (e.g. created via [Core-CM
6565
########################
6666
# TACC: CUSTOM APPS
6767
########################
68-
69-
from taccsite_cms.settings_apps import (
70-
EXTRA_INSTALLED_APPS,
71-
EXTRA_MIDDLEWARE,
72-
EXTRA_STATICFILES_DIRS
73-
)
68+
69+
from taccsite_cms.settings_apps import *
7470
```
7571

7672
## from v4.28 to v4.29

0 commit comments

Comments
 (0)