mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 10:08:28 +02:00
Fix some docs and migrations in prep for 0.3 release, see #878
This commit is contained in:
@ -38,12 +38,11 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sites',
|
||||
'django.contrib.humanize',
|
||||
'bootstrap4form',
|
||||
|
||||
'account', # Required by pinax-teams
|
||||
'pinax.invitations', # required by pinax-teams
|
||||
'pinax.teams', # team support
|
||||
'helpdesk', # This is us!
|
||||
'reversion', # required by pinax-teams
|
||||
'helpdesk', # This is us!
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
Reference in New Issue
Block a user