bms:基于Django的图书管理系统

时间:2024-03-31 14:13:55
【文件属性】:

文件名称:bms:基于Django的图书管理系统

文件大小:3.48MB

文件格式:ZIP

更新时间:2024-03-31 14:13:55

系统开源

图书管理系统 环境:python3.7,Django2.1.7,数据库:mysql5.7,pymysql 0.9.3,win10,前端样式为Bootstrap v3.3.7,jQuery v3.3.1 项目演示: 基本功能介绍: - 出版社,书籍,作者的增删改查 - 删除作者或出版社时,通过ajax渲染模态框提示是否删除依赖其关系的书籍数据. 如何开始: - git clone https://github.com/swpu-cxm/bms.git - cd bms - pipenv install - pipenv shell - 调整bms/settings.py中数据库配置 - python manager.py makemigrations - python manager.py migratie - python manager.py runserver


【文件预览】:
bms-master
----BMS()
--------settings.py(3KB)
--------urls.py(1KB)
--------__init__.py(45B)
--------__pycache__()
--------wsgi.py(383B)
----.gitattributes(32B)
----manage.py(535B)
----index()
--------apps.py(85B)
--------tests.py(62B)
--------migrations()
--------admin.py(63B)
--------__init__.py(0B)
--------models.py(861B)
--------__pycache__()
--------views.py(5KB)
----Pipfile.lock(1KB)
----.idea()
--------webServers.xml(607B)
--------misc.xml(290B)
--------workspace.xml(23KB)
--------BMS.iml(1KB)
--------inspectionProfiles()
--------deployment.xml(376B)
--------modules.xml(258B)
--------vcs.xml(180B)
----README.md(671B)
----Pipfile(171B)
----__pycache__()
--------manage.cpython-37.pyc(563B)
----templates()
--------index.html(35KB)
----static()
--------fontawesome()
--------bootstrap()
--------jquery-3.3.1.js(265KB)
--------img()
--------dashboard.css(2KB)
--------index_style.css(123B)
--------style.css(100B)

网友评论