From caf3689fee8c0b7b02c00389136a334ce02fe365 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 Nov 2016 22:01:09 +0000 Subject: [PATCH] fix lint --- project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings.py b/project/settings.py index 9a7c989..60ed455 100755 --- a/project/settings.py +++ b/project/settings.py @@ -60,7 +60,7 @@ if not DEBUG: SECURE_SSL_REDIRECT = True X_FRAME_OPTIONS = 'DENY' -MAX_UPLOAD_SIZE = 5242880 # 5MB - 5242880 +MAX_UPLOAD_SIZE = 5242880 # 5MB - 5242880 MIDDLEWARE = [