1
Fork 0
This commit is contained in:
Jake Howard 2016-11-27 22:01:09 +00:00
parent da99286d88
commit caf3689fee
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 = [