bug fix: CP-26

This commit is contained in:
Usman Nasir
2021-10-05 11:28:04 +05:00
parent 431dd4e4ce
commit ea9794a17d
4 changed files with 29 additions and 5 deletions

View File

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