yuki-katayama / Django_Poll_Tutrial

The voting app on the official website tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django_Poll_Tutrial

Japanese

概要

これはDjangoの公式サイトのチュートリアルに添った投票サイトです。

/polls

ここで、投票する話題を決めます。

後は指示にしたがって投票をします。

サーバーの立ち上げ

python manage.py runserver

管理者アカウントの作成

python manage.py createsuperuser

English

Overview

This is a voting site that follows the tutorial on Django's official website.

/ polls

Here, decide the topic to vote for.

After that, vote according to the instructions.

Start up the server

python manage.py runserver

Creating an administrator account

python manage.py createsuperuser

Picture

Page to select a topic to vote on: pic-1

Voting page: pic-2

About

The voting app on the official website tutorial.


Languages

Language:Python 88.7%Language:HTML 10.4%Language:CSS 0.9%