From 8d658b4c08ce4e75668a27fd4b9eb373584c976c Mon Sep 17 00:00:00 2001 From: Martin Whitehouse Date: Fri, 22 Jul 2022 01:16:44 +0200 Subject: [PATCH] Add missing space after '#' --- quicktest.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/quicktest.py b/quicktest.py index 0e4bc791..184b17bf 100755 --- a/quicktest.py +++ b/quicktest.py @@ -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',