# mywebsite **Repository Path**: zhangyl880612/mywebsite ## Basic Information - **Project Name**: mywebsite - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-11-23 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mywebsite #### 介绍 一个学习 Django 的简单工程。 #### 使用说明 1. 从仓库拉取代码 ``` git clone https://gitee.com/zhang_yan_sheng/mywebsite.git ``` 2. 运行 运行之前请先配置好 Django 环境。 ``` cd mywebsite python manage.py runserver ```