欢迎来到天天文库
浏览记录
ID:56673874
大小:311.50 KB
页数:15页
时间:2020-07-04
《基于django的图书分享系统的设计与实现.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、`目录一、引言3二、Django技术基础3(一)Python语言4(二)Python的Web开发框架4(三)Django框架技术51.MVT架构52.Form表单类63.基于类的通用视图64.自动管理接口7三、系统的设计与实现7(一)系统总体设计71.容管理相关数据模型设计72.数据库实现93.Web设计9结论13参考文献:14致14Word文档`基于Django的图书容分享管理系统的设计与实现谈鑫数学与信息学院信息管理与信息系统专业2010级指导老师:艳梅摘要:在互联网日益发达的今天,无论是企业、事业单位、政府机构,还是学校、个人都将网络作为传播、管理信息的重要手段。面对图书馆数以百万的
2、图书,本文认为,建立一个图书分享有利于同学更快、更轻松的找到想要的书籍。近年来,基于开源的容管理系统迅速兴起[1],它不仅帮助人们快速建立发布信息的网络平台,而且对的容和资源进行有效的整合和管理。在这种背景下,本文提出了运用Django框架,以Python为主要开发语言开发快速发布图书容分享的信息管理系统的方案。从技术、经济、社会三方面分析了可行性,技术方面,采用Django框架、MVC模式、Python语言、MySQL数据库;经济方面,采用开源的“LAMP”软件;社会方面,研发一套图书容分享系统,可以使同学快速找到需要的书籍。然后创建了应用项目,进行数据库的配置,用models.py具体
3、实现系统的物理数据模型,同时生成了相应的数据表。在Web设计时,先简述了Django请求响应流程,将HTTP请求通过与预定义的URLconf匹配,转向相应的控制层,调用特定View函数处理。以基本模板为基础,利用Django特定的模板标记嵌入网页页面中,并添加页面逻辑完成页面设计。同时利用Django置的管理界面进行数据编辑和数据管理。整个系统最终完成了:基于模板的页面和管理页面,及时快速发布图书信息,对图书信息的评级、评论等功能。关键字:Django;容管理;Word文档`BookssharecontentmanagementsystembasedonDjangoTanxinInform
4、ationmanagementandinformationsystemofMathematicsandinformationDepartmentGrade2010Instructor:YangYanmeiAbstract:Today,Internettechnologyisusedwidelybyenterprises,institutions,school,governmentorindividualsastooltoreleaseandmanageinformation.Facetomillionsoflibrarybooks,thepaperconsidersthattheestab
5、lishmentofabooksharingsitesinfavorofstudentsfasterandeasiertofindthedesiredbook.Inpastseveralyears,theopencontentmanagementsystemisbooming.Notonlyithelpstorapidlybuildtheplatformofreleasingtheinformation,butalsoitmanageandintegratethecontentsandresourceofthewebsite.Onthisbackground,weproposetouseD
6、jangoframeworktoPythonastheprimarydevelopmentlanguagedevelopedquicklypublishbookcontentsharingsolutionsforinformationmanagementsystem.Therearethreefeasibilityanalysis.Technically,usingDjango,MVC,Python,MySQL.Economically,usingfree,opensourceLAMPsoftware.Society,Developedabookscontentsharingmanagem
7、entsystemthatallowsstudentstoquicklyfindtherequiredbooks.Thencreatetheapplicationproject,configurethedatabase,withmodels.pyconcreterealizationofthephysicaldatamodelofthesystem,whilegeneratingthecorrespondingdatas
此文档下载收益归作者所有