mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-03 00:15:46 +02:00
Disabled optional apps related to teams
This commit is contained in:
parent
2e867cba87
commit
f6fe738b58
10
quicktest.py
10
quicktest.py
@ -35,11 +35,13 @@ class QuickDjangoTest(object):
|
|||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'bootstrap4form',
|
'bootstrap4form',
|
||||||
'account',
|
## The following commented apps are optional,
|
||||||
'pinax.invitations',
|
## related to teams functionalities
|
||||||
'pinax.teams',
|
#'account',
|
||||||
|
#'pinax.invitations',
|
||||||
|
#'pinax.teams',
|
||||||
'helpdesk',
|
'helpdesk',
|
||||||
'reversion',
|
#'reversion',
|
||||||
)
|
)
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
'django.middleware.security.SecurityMiddleware',
|
'django.middleware.security.SecurityMiddleware',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user