forked from DGNum/gestioCOF
Style and security changes
According to MR discussion.
This commit is contained in:
parent
cd73d4e96d
commit
f177ef93af
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ STATIC_URL = '/static/'
|
||||||
# Media upload (through ImageField, SiteField)
|
# Media upload (through ImageField, SiteField)
|
||||||
# https://docs.djangoproject.com/en/1.9/ref/models/fields/
|
# https://docs.djangoproject.com/en/1.9/ref/models/fields/
|
||||||
|
|
||||||
MEDIA_ROOT = './media/'
|
MEDIA_ROOT = os.path.join(BASE_DIR, 'media/')
|
||||||
MEDIA_URL = '/media/'
|
MEDIA_URL = '/media/'
|
||||||
|
|
||||||
# Various additional settings
|
# Various additional settings
|
||||||
|
|
Loading…
Reference in a new issue