摘要: 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) 编辑