python会议室系统预定_Python会议室预定

这是一个使用Python构建的会议室预定系统,旨在实现会议室资源的高效分配。系统包括多个子模块,如数据迁移、模型定义、视图处理等,并且集成了前端静态资源,如Bootstrap和datetimepicker,提供友好的用户界面。
摘要由CSDN通过智能技术生成

【实例简介】

一个基于Python的会议室预定系统,

主要实现会议室的合理分配。

【实例截图】

【核心代码】

43dfc004-29f0-4c4c-bd0e-cf09b9951247

└── MRBS

├── app01

│   ├── admin.py

│   ├── apps.py

│   ├── __init__.py

│   ├── migrations

│   │   ├── 0001_initial.py

│   │   ├── __init__.py

│   │   └── __pycache__

│   │   ├── 0001_initial.cpython-35.pyc

│   │   ├── 0001_initial.cpython-36.pyc

│   │   ├── __init__.cpython-35.pyc

│   │   └── __init__.cpython-36.pyc

│   ├── models.py

│   ├── __pycache__

│   │   ├── admin.cpython-35.pyc

│   │   ├── admin.cpython-36.pyc

│   │   ├── __init__.cpython-35.pyc

│   │   ├── __init__.cpython-36.pyc

│   │   ├── models.cpython-35.pyc

│   │   ├── models.cpython-36.pyc

│   │   ├── views.cpython-35.pyc

│   │   └── views.cpython-36.pyc

│   ├── static

│   │   ├── bootstrap

│   │   │   ├── css

│   │   │   │   ├── bootstrap.css

│   │   │   │   ├── bootstrap.css.map

│   │   │   │   ├── bootstrap.min.css

│   │   │   │   ├── bootstrap.min.css.map

│   │   │   │   ├── bootstrap-theme.css

│   │   │   │   ├── bootstrap-theme.css.map

│   │   │   │   ├── bootstrap-theme.min.css

│   │   │   │   └── bootstrap-theme.min.css.map

│   │   │   ├── fonts

│   │   │   │   ├── glyphicons-halflings-regular.eot

│   │   │   │   ├── glyphicons-halflings-regular.svg

│   │   │   │   ├── glyphicons-halflings-regular.ttf

│   │   │   │   ├── glyphicons-halflings-regular.woff

│   │   │   │   └── glyphicons-halflings-regular.woff2

│   │   │   └── js

│   │   │   ├── bootstrap.js

│   │   │   ├── bootstrap.min.js

│   │   │   └── npm.js

│   │   ├── datetimepicker

│   │   │   ├── bootstrap-datetimepicker.min.css

│   │   │   ├── bootstrap-datetimepicker.min.js

│   │   │   ├── bootstrap-datetimepicker.zh-CN.js

│   │   │   └── less

│   │   │   └── datetimepicker.less

│   │   ├── __init__.py

│   │   └── js

│   │   ├── jquery-1.12.4.min.js

│   │   └── jquery.cookie.js

│   ├── tests.py

│   └── views.py

├── db.sqlite3

├── manage.py

├── MRBS

│   ├── __init__.py

│   ├── __pycache__

│   │   ├── __init__.cpython-35.pyc

│   │   ├── __init__.cpython-36.pyc

│   │   ├── settings.cpython-35.pyc

│   │   ├── settings.cpython-36.pyc

│   │   ├── urls.cpython-35.pyc

│   │   ├── urls.cpython-36.pyc

│   │   ├── wsgi.cpython-35.pyc

│   │   └── wsgi.cpython-36.pyc

│   ├── settings.py

│   ├── urls.py

│   └── wsgi.py

└── templates

├── index.html

└── login.html

16 directories, 59 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值