bug fix: CP-26
This commit is contained in:
parent
7a0c9b708a
commit
fb2cd0f535
|
|
@ -191,6 +191,6 @@ LANGUAGES = (
|
|||
('bn', _('Bangla')),
|
||||
)
|
||||
|
||||
MEDIA_URL = '/usr/local/CyberCP/tmp'
|
||||
MEDIA_URL = '/usr/local/CyberCP/tmp/'
|
||||
MEDIA_ROOT = MEDIA_URL
|
||||
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
|
||||
Loading…
Reference in New Issue