box-office:使用Flask在Python中构建的简单的机票预订系统

上传者: 42137028 | 上传时间: 2022-05-11 09:19:49 | 文件大小: 27KB | 文件类型: ZIP
票房 使用Flask在Python中构建的简单的机票预订系统 要在本地计算机上运行,​​请按照下列步骤操作 使用virtualenv venv创建python虚拟环境 如果使用Unix OS或在Windows上使用venv\Scripts\activate ,则使用source venv/bin/activate激活虚拟环境 运行pip install -r requirements.txt 运行python manage.py runserver 当前功能 用户-注册,登录,忘记密码,更改电子邮件,订单历史记录 预订-创建预订 购物车-添加票证,定时发行票证,结帐 电子邮件-预订确认,更改密码电子邮件 活动-显示画面,可用票数 门票-门票类型 计划功能 管理员-添加事件,添加展示,编辑预订 购物车-移除门票,按显示分组 活动-更改显示布局,添加图像

文件下载

资源详情

[{"title":"( 46 个子文件 27KB ) box-office:使用Flask在Python中构建的简单的机票预订系统","children":[{"title":"box-office-master","children":[{"title":"config.py <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"manage.py <span style='color:#111;'> 796B </span>","children":null,"spread":false},{"title":"migrations","children":[{"title":".DS_Store <span style='color:#111;'> 6.00KB </span>","children":null,"spread":false},{"title":"env.py <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"alembic.ini <span style='color:#111;'> 770B </span>","children":null,"spread":false},{"title":"script.py.mako <span style='color:#111;'> 494B </span>","children":null,"spread":false},{"title":"README <span style='color:#111;'> 38B </span>","children":null,"spread":false}],"spread":true},{"title":"requirements.txt <span style='color:#111;'> 433B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 865B </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"app","children":[{"title":"auth","children":[{"title":"__init__.py <span style='color:#111;'> 85B </span>","children":null,"spread":false},{"title":"views.py <span style='color:#111;'> 5.61KB </span>","children":null,"spread":false},{"title":"forms.py <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false}],"spread":true},{"title":"decorators.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 927B </span>","children":null,"spread":false},{"title":"models.py <span style='color:#111;'> 5.79KB </span>","children":null,"spread":false},{"title":"email.py <span style='color:#111;'> 651B </span>","children":null,"spread":false},{"title":"main","children":[{"title":"errors.py <span style='color:#111;'> 561B </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 93B </span>","children":null,"spread":false},{"title":"views.py <span style='color:#111;'> 5.38KB </span>","children":null,"spread":false},{"title":"forms.py <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false}],"spread":true},{"title":"templates","children":[{"title":"index.html <span style='color:#111;'> 656B </span>","children":null,"spread":false},{"title":"booking.html <span style='color:#111;'> 926B </span>","children":null,"spread":false},{"title":"500.html <span style='color:#111;'> 202B </span>","children":null,"spread":false},{"title":"403.html <span style='color:#111;'> 174B </span>","children":null,"spread":false},{"title":"auth","children":[{"title":"change_email.html <span style='color:#111;'> 303B </span>","children":null,"spread":false},{"title":"reset_password.html <span style='color:#111;'> 291B </span>","children":null,"spread":false},{"title":"change_password.html <span style='color:#111;'> 293B </span>","children":null,"spread":false},{"title":"email","children":[{"title":"confirm.txt <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"reset_password.txt <span style='color:#111;'> 303B </span>","children":null,"spread":false},{"title":"change_email.txt <span style='color:#111;'> 240B </span>","children":null,"spread":false},{"title":"change_email.html <span style='color:#111;'> 439B </span>","children":null,"spread":false},{"title":"reset_password.html <span style='color:#111;'> 510B </span>","children":null,"spread":false},{"title":"confirm.html <span style='color:#111;'> 459B </span>","children":null,"spread":false}],"spread":false},{"title":"register.html <span style='color:#111;'> 238B </span>","children":null,"spread":false},{"title":"login.html <span style='color:#111;'> 434B </span>","children":null,"spread":false},{"title":"unconfirmed.html <span style='color:#111;'> 589B </span>","children":null,"spread":false}],"spread":false},{"title":"confirmation.html <span style='color:#111;'> 203B </span>","children":null,"spread":false},{"title":"email","children":[{"title":"booking_confirmation.txt <span style='color:#111;'> 351B </span>","children":null,"spread":false},{"title":"booking_confirmation.html <span style='color:#111;'> 495B </span>","children":null,"spread":false}],"spread":false},{"title":"404.html <span style='color:#111;'> 183B </span>","children":null,"spread":false},{"title":"base.html <span style='color:#111;'> 2.40KB </span>","children":null,"spread":false},{"title":"my-bookings.html <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"edit-booking.html <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"event.html <span style='color:#111;'> 645B </span>","children":null,"spread":false},{"title":"showing.html <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明