yuki-katayama / Django_todolist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django_todolist

Overview.

This is a simple todolist.

list/

You can see Todolist.

create/

Create a Todolist.

More links.

  • detail/int:pk [name='detail']
  • delete/int:pk [name='delete']
  • update/int:pk [name='update']
    (You can use your Todolist ID to perform the function, respectively.)

start-up.

  • Build Setup django-admin startproject projectname

  • Start Server python manage.py runserver

  • Super User python manage.py createsuperuser

About


Languages

Language:Python 66.2%Language:HTML 28.6%Language:Rich Text Format 5.2%