Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 做的一个唐诗展示网站。
- Host: GitHub
- URL: https://github.com/hustcc/warpart
- Owner: hustcc
- Created: 2017-03-27T09:18:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T05:35:10.000Z (7 months ago)
- Last Synced: 2024-10-17T16:04:43.679Z (4 months ago)
- Topics: flask, poet, poetry, tang-poetry, warpart
- Language: Python
- Homepage: http://warpart.com/
- Size: 61.5 KB
- Stars: 18
- Watchers: 5
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).