mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-03-11 05:29:17 +01:00
Add missing space after '#'
This commit is contained in:
parent
5314b55f96
commit
8d658b4c08
12
quicktest.py
12
quicktest.py
@ -36,14 +36,14 @@ class QuickDjangoTest(object):
|
|||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'bootstrap4form',
|
'bootstrap4form',
|
||||||
# The following commented apps are optional,
|
# The following commented apps are optional,
|
||||||
# related to teams functionalities
|
# related to teams functionalities
|
||||||
#'account',
|
# 'account',
|
||||||
#'pinax.invitations',
|
# 'pinax.invitations',
|
||||||
#'pinax.teams',
|
# 'pinax.teams',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'helpdesk',
|
'helpdesk',
|
||||||
#'reversion',
|
# 'reversion',
|
||||||
)
|
)
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
'django.middleware.security.SecurityMiddleware',
|
'django.middleware.security.SecurityMiddleware',
|
||||||
|
Loading…
Reference in New Issue
Block a user