CRM:使用Django框架构建的客户关系管理系统

时间:2021-03-06 06:15:00
【文件属性】:
文件名称:CRM:使用Django框架构建的客户关系管理系统
文件大小:378KB
文件格式:ZIP
更新时间:2021-03-06 06:15:00
CSS 客户关系管理 使用Django框架构建的客户关系管理系统。 创建一个虚拟环境 python3 -m venv ~/Development/env/CRM 激活虚拟环境 source ~/Development/env/CRM/bin/activate 安装requirements.txt文件 pip install -r requirements.txt
【文件预览】:
CRM-main
----templates()
--------leads()
----crm()
--------wsgi.py(383B)
--------__init__.py(0B)
--------settings.py(4KB)
--------asgi.py(383B)
--------urls.py(1KB)
----LICENSE(1KB)
----static()
--------css()
--------js()
----leads()
--------models.py(1KB)
--------apps.py(85B)
--------tests()
--------__init__.py(0B)
--------migrations()
--------views.py(4KB)
--------admin.py(227B)
--------urls.py(475B)
--------forms.py(777B)
----requirements.txt(236B)
----manage.py(659B)
----.gitignore(2KB)
----theme()
--------static_src()
--------apps.py(85B)
--------templates()
--------static()
--------__init__.py(0B)
----README.md(303B)

网友评论