上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: 1 # classtop_urls.py 2 # ————————64PerfectCRM实现CRM课程排名详情———————— 3 from django.conf.urls import url 4 from bpm.coursetop import coursetop_views 5 urlp 阅读全文
posted @ 2018-05-13 23:45 颜言 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1 #urls.py 2 3 """PerfectCRM URL Configuration 4 5 The `urlpatterns` list routes URLs to views. For more information please see: 6 https://docs.django 阅读全文
posted @ 2018-05-13 23:02 颜言 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 1 # teacher_urls.py 2 # ————————62PerfectCRM实现CRM讲师讲课记录———————— 3 from django.conf.urls import url 4 from bpm.teacher import teacher_views 5 urlpatter 阅读全文
posted @ 2018-05-13 20:13 颜言 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 1 #urls.py 2 3 """PerfectCRM URL Configuration 4 5 The `urlpatterns` list routes URLs to views. For more information please see: 6 https://docs.django 阅读全文
posted @ 2018-05-13 18:21 颜言 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 1 # student_urls.py 2 # ————————60PerfectCRM实现CRM学生上课记录———————— 3 from django.conf.urls import url 4 from bpm.student import student_views 5 6 urlpatt 阅读全文
posted @ 2018-05-13 15:46 颜言 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 1 #urls.py 2 3 """PerfectCRM URL Configuration 4 5 The `urlpatterns` list routes URLs to views. For more information please see: 6 https://docs.django 阅读全文
posted @ 2018-05-06 14:43 颜言 阅读(819) 评论(0) 推荐(0) 编辑
摘要: 1 #base_admin.py 2 3 4 # ————————24PerfectCRM实现King_admin自定义操作数据———————— 5 from django.shortcuts import render,redirect 6 # ————————24PerfectCRM实现King 阅读全文
posted @ 2018-05-03 19:52 颜言 阅读(656) 评论(0) 推荐(0) 编辑
摘要: 1 # kingadmin.py 2 # ————————04PerfectCRM实现King_admin注册功能———————— 3 from crm import models 4 #print("kingadmin crm",models.Customer) 5 6 # ————————05P 阅读全文
posted @ 2018-05-03 19:11 颜言 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1 #admin.py 2 # ————————01PerfectCRM基本配置ADMIN———————— 3 from django.contrib import admin 4 # Register your models here. 5 from crm import models #从crm 阅读全文
posted @ 2018-05-03 18:19 颜言 阅读(599) 评论(0) 推荐(0) 编辑
摘要: 1 # kingadmin.py 2 # ————————04PerfectCRM实现King_admin注册功能———————— 3 from crm import models 4 #print("kingadmin crm",models.Customer) 5 6 # ————————05P 阅读全文
posted @ 2018-05-03 17:54 颜言 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页