Flask-Social-Networking:这是一个使用Flask和Peewee开发的小型社交网站。 它使用Jinja-2模板引擎

时间:2024-05-24 08:46:55
【文件属性】:

文件名称:Flask-Social-Networking:这是一个使用Flask和Peewee开发的小型社交网站。 它使用Jinja-2模板引擎

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-24 08:46:55

Python

烧瓶社交网络 这是一个使用Flask和Peewee开发的小型社交网站。 它使用Jinja-2模板引擎。 #要求 开始之前需要安装软件包 点安装烧瓶 点安装peewee pip install flask登录 pip install flask-bcrypt(使用蓝色鱼密码) 点安装烧瓶-wtf Python版本> = 2.7 #Platform Specification在Mac OSX,Windows,Linux上运行。 #安装派生github 在终端中运行以下行以安装依赖项 pip install -r requirements.txt 安装后运行 python app.py 启动浏览器并访问 localhost: 8000


【文件预览】:
Flask-Social-Networking-master
----.gitignore(764B)
----app.py(5KB)
----README.md(756B)
----Pipfile.lock(11KB)
----models.py(3KB)
----forms.py(1KB)
----static()
--------css()
--------img()
--------js()
----Pipfile(243B)
----social.db(12KB)
----__pycache__()
--------models.cpython-34.pyc(4KB)
--------forms.cpython-34.pyc(2KB)
----requirements.txt(48B)
----templates()
--------stream.html(580B)
--------post.html(301B)
--------macros.html(264B)
--------layout.html(3KB)
--------register.html(311B)
--------user_stream.html(937B)
--------login.html(307B)
--------404.html(176B)

网友评论