1. 首页
  2. 编程语言
  3. Python
  4. django16setting文件设置

django16setting文件设置

上传者: 2019-03-03 02:43:05上传 PY文件 2.33KB 热度 48次
setting文件中 if DEBUG 设置的参数都是在开发环境下的 static参数 url中的写法是这样 if settings.DEBUG: urlpatterns += static (settings.STATIC_URL, document_root = settings.STATIC_ROOT) urlpatterns += static (settings.MEDIA_URL, document_root = settings.MEDIA_ROOT)
用户评论