werdani / TODO_LIST

a Simple application to add and modify data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO_LIST

a Simple application to add and modify data -_^ .

1- add app todo in settings.py .

2- add migrate "python manage.py migrate" .

3- create superuser "python manage.py createsuperuser.

4- create urls.py im app todo.

5- create models Todo .

6- register Todo model in admin .

7- create page base.html

8- create page todo.html

9- create page update_todo.html

10- create url base.html

11- create url todo.html

12- create url update_todo.html

13- create view todo_list .

14- create view update_todo .

15- create view todo_delete .

16- create forms todo app "ToForm"

About

a Simple application to add and modify data


Languages

Language:HTML 64.6%Language:Python 35.4%