2 Star 7 Fork 2

user_1835738 / Django投票程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 782 Bytes
一键复制 编辑 原始数据 按行查看 历史
user_1835738 提交于 2022-10-31 12:27 . update README.md.

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投票程序。

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rumosky/DjangoPolls.git
git@gitee.com:rumosky/DjangoPolls.git
rumosky
DjangoPolls
Django投票程序
master

搜索帮助