bug fix: CP-26

This commit is contained in:
Usman Nasir
2021-10-05 11:51:58 +05:00
parent 7a0c9b708a
commit fb2cd0f535

View File

@@ -191,6 +191,6 @@ LANGUAGES = (
('bn', _('Bangla')), ('bn', _('Bangla')),
) )
MEDIA_URL = '/usr/local/CyberCP/tmp' MEDIA_URL = '/usr/local/CyberCP/tmp/'
MEDIA_ROOT = MEDIA_URL MEDIA_ROOT = MEDIA_URL
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800 DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800