From dd40d39a612589cf2d29a3de468ce87e437c5935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=A8?= Date: Mon, 3 Jun 2019 12:08:13 +0800 Subject: [PATCH] =?UTF-8?q?0.3=20=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31026fe..b0130e4 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ > 作者会在周末进行开发、更新。 - + ## 介绍 -* 基于bootstrap4+django2.1+python3.6+celery4 异步任务 +* 基于bootstrap4+django2.2 + python3.6+celery4 异步任务 * 前端模板 inspinia 2.9 * 采用cbv开发方式 * drf RESTful api 例子 @@ -115,6 +115,10 @@ python36 manage.py createsuperuser python36 manage.py runserver 0.0.0.0:8001 +// +nohup python36 manage.py runserver 0.0.0.0:8001 >> /tmp/http.log 2>&1 & + + ``` ## 异步任务