0.3 更新说明

This commit is contained in:
何全
2019-06-03 12:08:13 +08:00
parent bc55325aeb
commit dd40d39a61

View File

@@ -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 &
```
## 异步任务