django_project
django_project copied to clipboard
基于django的企业级开发模板,集成了channels(实时程序),apscheduler(任务调度),以及微信登录等等
基于django框架的一个生产就绪模板。
部署
使用了supervisor作为进程监控。
依赖安装命令:pip install -r reuqirement.txt即可把相关依赖装上,如果出现依赖无法安装
请自行百度解决
supervisor配置文件的名字:django_project.conf
ubuntu下,请使用ln -s /root/django_project/django_project.conf /ect/supervisor/conf.d/django_project.conf
注意,其中/root/django_project/django_project.conf替换成自己的配置文件的位置。
项目框架以及依赖
django(主框架)
channels (实时应用程序)
Jwt (持久化登录)
restframework (restful api 框架)
apscheduler (任务调度)