fix lint
This commit is contained in:
parent
da99286d88
commit
caf3689fee
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if not DEBUG:
|
||||||
SECURE_SSL_REDIRECT = True
|
SECURE_SSL_REDIRECT = True
|
||||||
|
|
||||||
X_FRAME_OPTIONS = 'DENY'
|
X_FRAME_OPTIONS = 'DENY'
|
||||||
MAX_UPLOAD_SIZE = 5242880 # 5MB - 5242880
|
MAX_UPLOAD_SIZE = 5242880 # 5MB - 5242880
|
||||||
|
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
Reference in a new issue