santa:USACS Secret Santa Flask应用程序

时间:2024-06-11 09:07:00
【文件属性】:

文件名称:santa:USACS Secret Santa Flask应用程序

文件大小:6.55MB

文件格式:ZIP

更新时间:2024-06-11 09:07:00

HTML

#Secret Santa 2014-Sakib Jalal的Flask App 使用MongoDB进行数据库存储,并使用文本文件进行备份。 对于Flask应用程序:#### HTML页面存储在/模板中#### CSS和图像存储在/ static ####静态网址中:{{url_for('static',filename ='')}}}(允许烧瓶以捕获诸如CSS / JS之类的静态资源) #### pip freeze > requirements.txt将获取pip freeze的输出(其中列出了您的python依赖项):这是heroku部署所必需的 #### web:python santa.py:Procfile命令对于heroku部署也是必需的 #### Python应用本身:@ app.route('/ form')新URL,render_template(''),redi


【文件预览】:
santa-master
----.gitignore(28B)
----templates()
--------worked.html(3KB)
--------form.html(3KB)
--------invalid.html(2KB)
--------404.html(349B)
----requirements.txt(126B)
----static()
--------images()
--------bootstrap()
--------foundation()
----README.md(754B)
----santa.py(1KB)
----Procfile(21B)

网友评论