文件名称:stock:学习姜戈。 基本博客应用
文件大小:711KB
文件格式:ZIP
更新时间:2024-07-02 18:03:28
JavaScript
库存 学习姜戈。 基本的博客应用程序。 安装 安装 Python 3.4、Virtualenv、PostgreSQL 创建数据库 git 克隆 ; 光盘库存 virtualenv -p python3.4 ../STOCK 源 ../STOCK/bin/activate pip install -r requirements.txt sed -i 's/smart_unicode/smart_text/g' ../STOCK/lib/python3.4/site-packages/sanitizer/models.py 编辑 stock/settings.py ./setup.sh ./seed.py(测试数据) ./manage.py 运行服务器 部署 安装 Nginx 编辑部署/ 将 nginx_server.conf 中的配置用于 Nginx uwsgi --i
【文件预览】:
stock-master
----.gitignore(685B)
----requirements.txt(148B)
----blog()
--------templates()
--------urls.py(427B)
--------__init__.py(0B)
--------views.py(3KB)
--------static()
--------models.py(2KB)
--------admin.py(399B)
--------migrations()
--------forms.py(287B)
----seed.py(16KB)
----stock()
--------templates()
--------templatetags()
--------urls.py(846B)
--------__init__.py(0B)
--------views.py(2KB)
--------static()
--------imports.py(994B)
--------models.py(249B)
--------admin.py(240B)
--------wsgi.py(385B)
--------migrations()
--------forms.py(1KB)
--------settings.py(3KB)
----LICENSE(1KB)
----README.md(1KB)
----deploy()
--------uwsgi_params(623B)
--------stock.ini(285B)
--------nginx_server.conf(351B)
----setup.sh(108B)
----tmp()
--------.keep(0B)
----manage.py(248B)
----screenshot.jpg(334KB)