Skip to content

Group Tree #101

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Add treabeard to INSTALLED_APPS
donald committed Sep 25, 2020
commit 3701d8a7157ba0739dbe9fad963562c422b7859b
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
@@ -71,6 +71,7 @@
'modelcluster',
'taggit',
'rest_framework',
'treebeard',
]
LOCAL_APPS = [
'mpicms.base.apps.BaseAppConfig',