# django_custom_command **Repository Path**: xia-weikun/django_custom_command ## Basic Information - **Project Name**: django_custom_command - **Description**: 自定义django的command命令 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-11 - **Last Updated**: 2023-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # django-custom-command 自定义django的command命令 ## 在终端运行下面命令就会生成对应的目录 1. app叫system_mgmt1 2. 下面有两个子模块 system1 ststem2 python manage.py startapp system_mgmt1 --extension system1,system2