# Django投票程序 **Repository Path**: rumosky/DjangoPolls ## Basic Information - **Project Name**: Django投票程序 - **Description**: 学习Django的投票演示代码 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 4 - **Created**: 2020-06-30 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: survey **Tags**: None ## README # Django 投票程序 #### 介绍 学习 Django 的投票演示代码 #### 项目地址 github:https://github.com/rumosky/DjangoPolls Gitee:https://gitee.com/rumosky/DjangoPolls #### 使用 安装好 Python 和 Django,执行:`python manage.py runserver` 你会看到如下内容: ``` Performing system checks... System check identified no issues (0 silenced). You have unapplied migrations; your app may not work properly until they are applied. Run 'python manage.py migrate' to apply them. 六月 26, 2020 - 15:50:53 Django version 3.0, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. ``` 打开http://127.0.0.1:8000/ 即可看到poll投票程序。