wuliu: apis.py: It’s forbidden to start an empty TransportOut
基于Django实现的物流管理系统(TMS,Transportation Management System)
前几年工作时忙里偷闲写的练手项目。
要求Python最低版本:v3.9+
必要的第三方库
可选的第三方库
manage.py
git submodule init
git submodule update --depth=1
PPWuliu/settings.py
DATABASES
init_database.sh
注意:在Windows环境下运行执行此shell脚本是不可能的(使用Git For Windows自带的mingw64执行也不行,会在git apply之后异常退出且没有任何提示),如果你一定要在Windows系统下运行此项目,请阅读init_database.sh并手动运行这些命令。
git apply
manage.py runserver
基于Django实现的物流管理系统
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Django_Transportation_Management_System
基于Django实现的物流管理系统(TMS,Transportation Management System)
前几年工作时忙里偷闲写的练手项目。
特点
缺陷
本来是打算当作跳槽的敲门砖的,淦!。但保留了上百个历史版本的备份。太懒,所以没有编写使用文档。TODO
依赖
要求Python最低版本:v3.9+
必要的第三方库
可选的第三方库
manage.py
的功能)Usage
git submodule init
git submodule update --depth=1
PPWuliu/settings.py
,手动配置以下这些项目:PPWuliu/settings.py
中DATABASES
所配置的一致)init_database.sh
(测试数据中的账号密码:见此文件)manage.py runserver
预览