# mysite **Repository Path**: yikogd/mysite ## Basic Information - **Project Name**: mysite - **Description**: django 官方教程, 投票(polls) 应用 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-17 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### django 官方教程, 投票(polls) 应用 https://docs.djangoproject.com/zh-hans/4.2/intro/tutorial01/ 1. clone ```shell git clone --branch master --depth 1 git@gitee.com:yikogd/mysite.git ``` 2. 安装 ```shell pip install -r requirements.txt ``` 3. 运行 ```shell python manage.py runserver ``` 4. 打开 http://127.0.0.1:8000/polls/ 使用 5. 打开 http://127.0.0.1:8000/admin 登录后面管理系统 > 用户名: admin > 密码: admin123 可以对问题和选项进行删改操作