variable pour chemin fichiers statiques et medias
This commit is contained in:
parent
12b66c3b83
commit
d94931eb95
1 changed files with 4 additions and 2 deletions
|
@ -33,6 +33,8 @@ DATABASES = {
|
|||
}
|
||||
}
|
||||
|
||||
MEDIA_ROOT = os.path.join(VAR_DIR, 'media')
|
||||
NGINX_DIR = os.environ['NGINX_DIRECTORY']
|
||||
|
||||
STATIC_ROOT = os.path.join(VAR_DIR, 'staticfiles')
|
||||
MEDIA_ROOT = os.path.join(NGINX_DIR, 'media')
|
||||
|
||||
STATIC_ROOT = os.path.join(NGINX_DIR, 'staticfiles')
|
||||
|
|
Loading…
Add table
Reference in a new issue