Skip to content

yuki-katayama/Django_Poll_Tutrial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published