Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hustcc/warpart

使用 Flask 做的一个唐诗展示网站。
https://github.com/hustcc/warpart

flask poet poetry tang-poetry warpart

Last synced: 3 months ago
JSON representation

使用 Flask 做的一个唐诗展示网站。

Awesome Lists containing this project

README

        

# warpart

使用 flask 做的一个唐诗展示网站。目前线上地址为:[warpart.com](http://warpart.com/)。

## 如何运行

1. 首先下载 [tang_poetry](https://github.com/hxgdzyuyi/tang_poetry) 中的 sql 文件放入到项目的 `doc/` 目录中(不存在则自行创建)。
2. `python rundb.py` 导入数据库文件到数据库。
3. `python runserver` 运行 web server。

然后访问对应的地址即可。

## License

MIT@[hustcc](https://github.com/hustcc).