#更换服务器

This commit is contained in:
xieshen 2020-12-07 13:19:47 +08:00
parent fe94956941
commit c20216838e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
# STATIC_ROOT = '/var/www/p3.8/newmediamonitoring/static/'
STATIC_ROOT = '/var/www/p3/newmediamonitoring/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = '/var/www/p3/newmediamonitoring/media/'
"""用户模块扩展部分"""