Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Sep 10, 2018
1 parent cf49e65 commit 51803fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Running guniflask

guniflask用于自动化构建基于flask + gunicorn + gevent的服务端的基础代码。

.. note::
- 为了便于描述,在后续文档中我们用 ``${home}`` 表示项目所在的根目录, ``${proj}`` 表示项目的名称。
- 如果没有特殊声明,默认后续文档中执行命令的过程都是在项目根目录下完成的。

在项目根目录下运行guniflask的:

.. code-block:: bash
Expand Down Expand Up @@ -49,3 +45,7 @@ guniflask用于自动化构建基于flask + gunicorn + gevent的服务端的基

.. warning::
建议在运行guniflask前使用Git等版本控制工具保存当前项目的所有更改,以免在生成项目文件的过程中替换了未保存的更改。

.. note::
- 为了便于描述,在后续文档中我们用 ``${home}`` 表示项目所在的根目录, ``${proj}`` 表示项目的名称。
- 如果没有特殊声明,默认后续文档中执行命令的过程都是在项目根目录下完成的。
3 changes: 1 addition & 2 deletions guniflask/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from jinja2 import Template

from guniflask.errors import AbortedError
from guniflask.utils import string_lowercase_underscore, string_uppercase_underscore, string_lowercase_hyphen

from guniflask.utils import string_lowercase_underscore, string_lowercase_hyphen
from guniflask import __version__


Expand Down

0 comments on commit 51803fd

Please sign in to comment.