https://github.com/budali/cmdb
资产管理系统
https://github.com/budali/cmdb
Last synced: about 2 months ago
JSON representation
资产管理系统
- Host: GitHub
- URL: https://github.com/budali/cmdb
- Owner: budaLi
- Created: 2020-03-13T06:23:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T06:27:49.000Z (over 6 years ago)
- Last Synced: 2025-03-05T13:25:59.675Z (over 1 year ago)
- Language: JavaScript
- Size: 10.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 创建后台管理用户