标签:全局 uri date com form 时间表 over 不用 tps
百度了一圈,很没创意的用过滤器,前端每次显示时间表格都要用过滤器,这种挺烦的。隐约记得以前见过没有用过滤器的。换google
https://stackoverflow.com/questions/53402437/formatting-datetimefield-in-django
settings中
DATETIME_FORMAT="%Y-%m-%d%H:%M:%S"
DATE_FORMAT = 'Y-m-d'
L10N=False (我注释掉了USE_L10N = True django+python2)
USE_TZ=False(注释USE_TZ = True)
完美解决,全局修改
标签:全局 uri date com form 时间表 over 不用 tps
原文地址:https://www.cnblogs.com/huim/p/11795971.html