mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-08-14 17:08:40 +02:00
fix(demo): Update demo's INSTALLED_APPS to avoid it crashing after pinax-team library was introduced #820
This commit is contained in:
@ -38,7 +38,12 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sites',
|
||||
'django.contrib.humanize',
|
||||
'bootstrap4form',
|
||||
'helpdesk'
|
||||
|
||||
'account', # Required by pinax-teams
|
||||
'pinax.invitations', # required by pinax-teams
|
||||
'pinax.teams', # team support
|
||||
'helpdesk', # This is us!
|
||||
'reversion', # required by pinax-teams
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
Reference in New Issue
Block a user