inventory-management:这是一个库存管理系统

时间:2024-03-31 14:07:20
【文件属性】:

文件名称:inventory-management:这是一个库存管理系统

文件大小:246KB

文件格式:ZIP

更新时间:2024-03-31 14:07:20

系统开源

库存管理 这是一个库存管理系统 如何设定 克隆项目 git clone https://github.com/sajib1066/inventory-management.git 转到项目目录 cd inventory-management 创建虚拟环境 python3 -m venv venv 主动虚拟环境 source venv/bin/activate 安装需求文件 pip install -r requirements.txt 迁移数据库 python manage.py migrate 创建超级用户 python manage.py createsuperuser 运行项目 python manage.py runserver


【文件预览】:
inventory-management-master
----.flake8(754B)
----.gitignore(2KB)
----README.md(582B)
----manage.py(629B)
----.github()
--------workflows()
----static()
--------images()
--------assets()
----requirements.txt(122B)
----inventory()
--------settings.py(3KB)
--------urls.py(919B)
--------__init__.py(0B)
--------asgi.py(395B)
--------views.py(661B)
--------wsgi.py(395B)
----store()
--------admin.py(573B)
--------models.py(2KB)
--------forms.py(5KB)
--------migrations()
--------urls.py(1KB)
--------tests.py(0B)
--------__init__.py(0B)
--------apps.py(85B)
--------views.py(6KB)
----templates()
--------dashboard.html(7KB)
--------store()
--------base()
--------users()
----users()
--------admin.py(194B)
--------models.py(262B)
--------forms.py(359B)
--------migrations()
--------urls.py(187B)
--------tests.py(0B)
--------__init__.py(0B)
--------apps.py(85B)
--------views.py(733B)

网友评论