Initial commit: 视频主设备管理系统 - 完整DRF后端项目

This commit is contained in:
2026-05-18 17:27:59 +08:00
commit c1565169cd
18 changed files with 992 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
venv/
env/
*.pyc
__pycache__/
*.pyo
*.pyd
.Python
*.so
media/
static/
db.sqlite3
*.log
.env
.idea/
.vscode/
*.swp
*.swo
*~