jira-9 changes in setting

This commit is contained in:
jain
2023-06-29 18:21:15 +05:30
parent 88a9e925ed
commit 70c136dde4

View File

@ -204,5 +204,5 @@ ALIYUN_OSS_ENDPOINT = os.getenv('ALIYUN_OSS_ENDPOINT')
ALIYUN_OSS_REGION = os.getenv('ALIYUN_OSS_REGION')
STATIC_URL = '/static/'
STATIC_URL = 'static/'
STATIC_ROOT = 'static'