This website works better with JavaScript.
Explore
Help
Sign In
KKlochko
/
simple_todo_list
Watch
1
Star
0
Fork
You've already forked simple_todo_list
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bc585a1c60
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bc585a1c60'
${ noResults }
simple_todo_list
/
tasks
/
admin.py
6 lines
86 B
Raw
Blame
History
from
django
.
contrib
import
admin
from
.
models
import
Task
admin
.
site
.
register
(
Task
)
Reference in new issue
View Git Blame
Copy Permalink