# CMS **Repository Path**: huangxmcode/CMS ## Basic Information - **Project Name**: CMS - **Description**: Django开发的 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-24 - **Last Updated**: 2025-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CMS #### 介绍 Django开发的 #### 软件架构 软件架构说明 #### 安装教程 1. python 3.6.5 2. django 2.1.1 3. venv windows下的虚拟环境 #### 使用说明 1. 首次请删除apps/xadmin/migrations/下数字开头的文件并注释掉cybertron/usls.py中的“ath('admin/', include('xadmin.urls')) ”,再migrate同步数据库 2. python manage.py createsuperuser 创建超级管理员用户,python manage.py runserver启动 3. 后台地址 http://localhost/admin