mow:带有 mod_wsgi 的博客引擎

时间:2024-06-28 15:24:27
【文件属性】:

文件名称:mow:带有 mod_wsgi 的博客引擎

文件大小:40KB

文件格式:ZIP

更新时间:2024-06-28 15:24:27

Python

使用 Python 3 的博客系统。 要求 “Mow”是一个使用 Python 3 的博客系统。不幸的是,我们将不支持 Python 3.3 之前的版本。 正如您看到的 ,“mow”使用流行的 Python 库,如 、 等。 如果您使用页面显示速度会更快。 克隆存储库,安装库和应用程序 $ cd WORKING_DIRECTORY $ git clone git@bitbucket.org:lilbit/mow.git $ cd mow $ pip install -r requirements.txt $ ./init_db.py $ ./register_user.py YOURNAME YOURPASSWORD 运行开发服务器 $ cd mow $ ./runserver.py 测试 $ cd mow $ ./testrunner.sh


【文件预览】:
mow-master
----runserver.py(316B)
----mow()
--------handlers()
--------models.py(9KB)
--------templates()
--------static()
--------__init__.py(133B)
----readme.md(778B)
----db()
--------schema.ver1(940B)
--------schema.ver2(573B)
--------.gitkeep(0B)
----tests()
--------__init__.py(0B)
--------test_app.py(8KB)
--------test_models.py(4KB)
----testrunner.sh(182B)
----init_db.py(407B)
----requirements.txt(105B)
----.gitignore(24B)
----runserver.wsgi(104B)
----register_user.py(327B)
----config.py(565B)
----migrate.py(3KB)

网友评论