文件名称:squ.ez-url-shortener:内置于python的持久化URL缩短器,部署在heroku上
文件大小:29KB
文件格式:ZIP
更新时间:2024-05-26 13:51:40
python python3 url-shortener heroku-deployment HTML
斯奎兹 内置于python的持久性URL缩短器 设置 pip3 -r requirements.txt 导航到项目文件夹,然后执行python3 app.py localhost 托管在 该项目使用: 用于API部署的烧瓶 Gunicorn用于生产部署 Web界面中的UIkit SQLite数据库 出现差异时引发问题
【文件预览】:
squ.ez-url-shortener-main
----.gitignore(2KB)
----templates()
--------invalid.html(885B)
--------success.html(2KB)
--------index.html(2KB)
----requirements.txt(29B)
----commands.sql(376B)
----database.py(3KB)
----LICENSE(1KB)
----static()
--------css()
--------favicon.ico(172KB)
----.deepsource.toml(105B)
----README.md(438B)
----url.db(12KB)
----Procfile(21B)
----app.py(1KB)