Skip to content

Commit

Permalink
chore: upgrade-deps-version (#48)
Browse files Browse the repository at this point in the history
* chore: 升级依赖包版本号

* fix: 修改requirements.txt的依赖版本

* chore: 升级核心库版本号

* 修改readme文件

* chore: upgrade requirements.txt

* chore: 更新为bate版本
  • Loading branch information
colorful3 authored and pedro committed May 5, 2019
1 parent ecbc603 commit 6ad76a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ verify_ssl = true
name = "pypi"

[packages]
cymysql = "==0.9.1"
cymysql = "==0.9.13"
requests = "==2.18.4"
pipfile = "*"
oss2 = "==2.6.1"
Flask = "==1.0.2"
Flask-SQLAlchemy = "==2.3.2"
Flask-WTF = "==0.14.2"
Flask-Cors = "==2.1.0"
Lin-CMS = "==0.1.1a6"
Lin-CMS = "==0.1.1b1"

[dev-packages]
pytest = "*"
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ Lin-CMS 是林间有风团队经过大量项目实践所提炼出的一套**内

本项目是 Lin CMS 后端的 Flask 实现,需要前端?请访问[前端仓库](https://github.com/TaleLin/lin-cms-vue)

## 最新版本

核心库:0.1.1b1

示例工程:0.1.0-beta.1


### 文档地址

[http://doc.cms.7yue.pro/](http://doc.cms.7yue.pro/)
Expand All @@ -47,7 +54,7 @@ Lin CMS 的构筑思想是有其自身特点的。下面我们阐述一些 Lin

#### Lin CMS 是一个前后端分离的 CMS 解决方案

这意味着,Lin 既提供后台的支撑,也有一套对应的前端系统,当然双端分离的好处不仅仅在于此,我们会在后续提供`NodeJS``PHP`版本的 Lin。如果你心仪 Lin,却又因为技术栈的原因无法即可使用,没关系,我们会在后续提供更多的语言版本。为什么 Lin 要选择前后端分离的单页面架构呢?
这意味着,Lin 既提供后台的支撑,也有一套对应的前端系统,当然双端分离的好处不仅仅在于此,我们会在后续提供`Java`版本的 Lin。如果你心仪 Lin,却又因为技术栈的原因无法即可使用,没关系,我们会在后续提供更多的语言版本。为什么 Lin 要选择前后端分离的单页面架构呢?

首先,传统的网站开发更多的是采用服务端渲染的方式,需用使用一种模板语言在服务端完成页面渲染:比如 JinJa2、Jade 等。
服务端渲染的好处在于可以比较好的支持 SEO,但作为内部使用的 CMS 管理系统,SEO 并不重要。
Expand Down Expand Up @@ -158,4 +165,4 @@ pipenv shell

## 下个版本开发计划

- [ ] 添加消息推送机制
- [ ] 调整 jwt 机制,增强灵活性
6 changes: 3 additions & 3 deletions add_super.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
:copyright: © 2019 by the Lin team.
:license: MIT, see LICENSE for more details.
"""
from sqlalchemy.exc import IntegrityError

from app.app import create_app
from lin.db import db
from lin.core import User
from lin.db import db

from app.app import create_app


def main():
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2019.3.9
chardet==3.0.4
Click==7.0
cymysql==0.9.1
cymysql==0.9.13
Flask==1.0.2
Flask-Cors==2.1.0
Flask-JWT-Extended==3.12.1
Expand All @@ -10,7 +10,7 @@ Flask-WTF==0.14.2
idna==2.6
itsdangerous==1.1.0
Jinja2==2.10
Lin-CMS==0.1.1a6
Lin-CMS==0.1.1b1
MarkupSafe==1.1.1
pipfile==0.0.2
PyJWT==1.7.1
Expand Down

0 comments on commit 6ad76a1

Please sign in to comment.