Fork me on GitHub

2017年1月8日

会议室预定代码

摘要: 会议室预定系统 1、models.py 1 from django.db import models 2 3 # Create your models here. 4 class MeetingRoom(models.Model): 5 '''会议室''' 6 name = models.CharF 阅读全文

posted @ 2017-01-08 13:45 vmaze 阅读(470) 评论(0) 推荐(0) 编辑

导航