An open API service indexing awesome lists of open source software.

https://github.com/budali/cmdb

资产管理系统
https://github.com/budali/cmdb

Last synced: about 2 months ago
JSON representation

资产管理系统

Awesome Lists containing this project

README

          

Django搭建的设备管理系统,对应文档在
1.pycharm 社区版就可以。
2.python 3.6 3.7都可以。
3.pip install -i https://pypi.tuna.tsinghua.edu.cn/simple xxxx
"xxxx"指的是缺什么包就写什么 目前知道的有django captcha 具体到时候细看
4.数据库配置 mysql
5.python manage.py migrate
6.python manage.py makemigrations
7.python manage.py runserver 启动程序
8.python manage.py createsuperuser 创建后台管理用户