Private kb categories

This commit is contained in:
Timothy Hobbs
2020-01-27 17:37:59 +01:00
parent 0395f26d6c
commit ecbb91b861
9 changed files with 91 additions and 9 deletions

View File

@ -15,6 +15,7 @@ Contents
settings
spam
custom_fields
integration
contributing
license

View File

@ -58,7 +58,11 @@ errors with trying to create User settings.
'django.contrib.admin', # Required for helpdesk admin/maintenance
'django.contrib.humanize', # Required for elapsed time formatting
'bootstrap4form', # Required for nicer formatting of forms with the default templates
'account', # Required by pinax-teams
'pinax.inviations', # required by pinax-teams
'pinax.teams', # team support
'helpdesk', # This is us!
'reversion', # required by pinax-teams
)
Your ``settings.py`` file should also define a ``SITE_ID`` that allows multiple projects to share