aiohttp_polls:简单的aiohttp项目示例

时间:2024-05-21 08:03:43
【文件属性】:

文件名称:aiohttp_polls:简单的aiohttp项目示例

文件大小:69KB

文件格式:ZIP

更新时间:2024-05-21 08:03:43

Python

aiohttp_polls(演示已移至aiohttp存储库) 使用 , 和的民意测验项目,类似于django one。 安装 克隆并安装此应用程序: $ git clone git@github.com:jettify/aiohttp_polls.git $ cd aiohttp_polls $ pip install -e . 为您的项目创建数据库: sudo -u postgres psql -c "CREATE USER aiohttp_user WITH PASSWORD 'aiohttp_user';" \ "CREATE DATABASE aiohttp_polls ENCODING 'UTF8';" \ "GRANT ALL PRIVILEGES ON DATABASE


【文件预览】:
aiohttp_polls-master
----README.rst(1KB)
----requirements-dev.txt(26B)
----config()
--------polls.yaml(167B)
----images()
--------example.png(63KB)
----static()
--------style.css(112B)
----sql()
--------sample_data.sql(653B)
--------create_tables.sql(735B)
----aiohttp_polls()
--------main.py(1KB)
--------db.py(2KB)
--------utils.py(501B)
--------templates()
--------__init__.py(22B)
--------views.py(2KB)
--------routes.py(512B)
----setup.py(938B)
----.gitignore(712B)
----Makefile(526B)

网友评论