django中读取settings中的相关参数
from django.conf import settings
print(settings.IP_LOCAL)
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17145436.html
from django.conf import settings
print(settings.IP_LOCAL)
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17145436.html