Add missing space after '#'

This commit is contained in:
Martin Whitehouse 2022-07-22 01:16:44 +02:00
parent 5314b55f96
commit 8d658b4c08
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -36,14 +36,14 @@ class QuickDjangoTest(object):
'django.contrib.sites',
'django.contrib.staticfiles',
'bootstrap4form',
# The following commented apps are optional,
# related to teams functionalities
#'account',
#'pinax.invitations',
#'pinax.teams',
# The following commented apps are optional,
# related to teams functionalities
# 'account',
# 'pinax.invitations',
# 'pinax.teams',
'rest_framework',
'helpdesk',
#'reversion',
# 'reversion',
)
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',