refonte django #3
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