Skip to content

Commit

Permalink
chore: add organizations in installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Jun 5, 2024
1 parent 17510f3 commit 38ccca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eox_tenant/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
'eox_tenant'
'eox_tenant',
'organizations',
]

TIME_ZONE = 'UTC'
Expand Down

0 comments on commit 38ccca6

Please sign in to comment.