摘要: 基于session认证 相亲小作业 """s4day74 URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoprojec 阅读全文
posted @ 2017-07-05 20:12 karina梅梅 阅读(167) 评论(0) 推荐(0)
摘要: from django.db import models # Create your models here. class Classes(models.Model): title=models.CharField(max_length=32) class Student(models.Model) 阅读全文
posted @ 2017-07-05 20:01 karina梅梅 阅读(244) 评论(0) 推荐(0)