搜索资源列表
DjangoBlog
- Django博客系统(Python)的数据库与模型非Django自动生成,采用Python的web开发框架(Django)和Mysql数据库,数据库的设计很不规范,由于时间方面的问题(基于才“出道”时的原有博客数据库结构)-Automatically generated the Django blog system (Python) database with the model of Django, a Python web development framework (Django) an
dashang-v1.0
- 软件介绍 演示地址:http://dashang.9miao.com 求打赏是一个超级好玩的创新类型社交网站,我们的定义是 : 社交在线要饭平台,每个人都可以申请一个自己的要饭主页,然后别人会在那个页面里面给你打赏,最后他们可以提款。 这是9秒实验室的一个玩具,我们会不断更新这个玩具:) 如果你觉得求打赏可以干点什么别的,可以随时到官网里面告诉我们 求打赏官方地址是:http://www.9miao.com/forum-16-1.html 基于py
Django_v3.2.tar
- 本博客的数据库与模型非Django自动生成,采用Python的web开发框架(Django)和Mysql数据库, 数据库的设计很不规范,由于时间方面的问题(基于才“出道”时的原有博客数据库结构) 图片上传采用Python的Image类库,分页采用的是Paginator,其他的我就不一一列举出来了,请看源码! Django 框架的核心组件有: 用于创建模型的对象关系映射 为最终用户设计的完美管理界面-Django automatic generation of non
blog
- 运用Python的django框架开发的个人博客系统源码,集合了博客主流的功能。-The use of Django framework Python development of the personal blog system source code, a collection of the main functions of the blog.
project
- 强力Django 和杀手级xadmin-Python最主流的开发框架打造慕课网站(Powerful Django and killer xadmin-Python, the most mainstream development framework to build Mu class website)
my_first_trying
- 用python语言开发的基于django1.9框架的一个网站代码(Using the python language development based on django1.9 framework of a web site code)
django_book中文版
- DjangoBook中文翻译版,Python语言Django框架Web开发(Django Book Chinese Edition)
LibraryManagement-master0929
- 开发医疗系统Python django model代码(Developing python django model Code for Medical system)
基于Django的博客系统开发研究 - 副本
- 开发属于自己的博客系统,可以用于整理和学习相关的Python的信息(Developing your own blog system)
django-cms-master
- 基于python的动态网页开发模板,应用django和boostrap(it is a web model base on python language and helpful to learning django)
Django2.0源码
- Django是一个开放源代码的Web应用框架,由Python写成。采用了MVC的框架模式,即模型M,视图V和控制器C。本源码详细介绍了网站开发的全部过程,值得收藏学习。