# selection_yhs **Repository Path**: Muzi-Li-Chine/selection_yhs ## Basic Information - **Project Name**: selection_yhs - **Description**: 元亨科技YHS选型 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-29 - **Last Updated**: 2024-09-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 生成环境文件 ```shell pip freeze > requirements.txt ``` 安装环境 ```shell pip install -r requirements.txt ``` 生成迁移文件 ```shell python manage.py makemigrations ``` 迁移数据 ```shell python manage.py migrate ``` 创建超级用户 ```shell python manage.py createsuperuser ``` 运行项目 ```shell python manage.py runserver 0.0.0.0:8000 ```