https://github.com/hustcc/warpart
使用 Flask 做的一个唐诗展示网站。
https://github.com/hustcc/warpart
flask poet poetry tang-poetry warpart
Last synced: 4 months ago
JSON representation
使用 Flask 做的一个唐诗展示网站。
- Host: GitHub
- URL: https://github.com/hustcc/warpart
- Owner: hustcc
- Created: 2017-03-27T09:18:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T05:52:22.000Z (over 1 year ago)
- Last Synced: 2025-07-31T05:37:31.360Z (11 months ago)
- Topics: flask, poet, poetry, tang-poetry, warpart
- Language: Python
- Homepage: http://warpart.com/
- Size: 63.5 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
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).