feat: 城市手册后端完成 - 用户/区域/内容/服务/审核系统

This commit is contained in:
root
2026-04-10 12:12:41 +00:00
committed by maoshen
parent c866e74ece
commit 432345c249
120 changed files with 3186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd /root/.openclaw/workspace/city-manual/backend
python3 manage.py startapp regions
python3 manage.py startapp users
python3 manage.py startapp content
python3 manage.py startapp services
ls -la