📜  任何所需数据的交付过程 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:12.087000             🧑  作者: Mango

代码示例1
from django.config import message
def index(request):
  message.conf.info('Your message')