基础知识
ArkID是python语言,基于Django框架开发。
源码地址:https://github.com/longguikeji/arkid-core
python3教程: https://www.liaoxuefeng.com/wiki/1016959663602400
Django教程: https://code.ziqiangxuetang.com/django/django-tutorial.html(忽略模板部分)
Restful API 框架: https://www.django-rest-framework.org/
Kombu : https://github.com/celery/kombu
项目目录结构: https://github.com/longguikeji/arkid-core/tree/master/docs/structure
开发环境
- 用git clone下代码
安装依赖库,本项目使用了pipenv。
pipenv install
注意:pipenv在pipfile中默认使用的是python 3.6,可根据各自情况安装或更改python的版本。
启动服务
python manager.py runserver
