Wenwen:使用 Flask 构建的类似 Quora 的网站

时间:2024-07-22 16:58:28
【文件属性】:

文件名称:Wenwen:使用 Flask 构建的类似 Quora 的网站

文件大小:104KB

文件格式:ZIP

更新时间:2024-07-22 16:58:28

Python

文文 Quora和知乎等问答论坛。 部署 生成 SSL 证书 openssl genrsa 1024 > host.key chmod 400 host.key openssl req -new -x509 -nodes -sha1 -days 365 -key host.key > host.crt 设置环境 virtualenv app cd app source bin/activate git clone https://github.com/yhfyhf/Wenwen mysite cd mysite pip install -r requirements.txt -i http://pypi.douban.com/simple 更改 Python 路径 echo "export PYTHONPATH=your/path/to/app:\$PYTHONPATH" >> bi


【文件预览】:
Wenwen-master
----runserver.py(471B)
----schema.sql(4KB)
----templates()
--------view.html(1KB)
--------question.html(896B)
--------login.html(910B)
--------index.html(561B)
--------register.html(851B)
--------layout.html(2KB)
----model()
--------question.py(820B)
--------user.py(2KB)
--------__init__.py(454B)
--------answer.py(852B)
----api()
--------const.py(396B)
--------test()
--------views()
--------__init__.py(253B)
--------utils()
----static()
--------css()
--------img()
--------js()
----views()
--------question.py(2KB)
--------__init__.py(0B)
--------index.py(246B)
--------answer.py(971B)
--------account.py(2KB)
----__init__.py(769B)
----requirements.txt(347B)
----.gitignore(44B)
----README.md(535B)

网友评论