Python运维自动化

导航

2018年4月25日 #

Python运维自动化16-python项目Django框架之基础

摘要: 第1章 Django之MTV模型 1.1 课堂总结记录 Django 1 流程: (1) 设计url: url(r'^timer/', timer), # timer(request) (2) 构建视图函数: 在views.py: def timer(request): import time ct 阅读全文

posted @ 2018-04-25 21:32 Python运维自动化 阅读(319) 评论(0) 推荐(0)