The Todo Application is among the most asked project for intership kind of interviews.
This project will help you in understanding the process of make a working todo application, as the project is open source you can customize as you wish.
The project showcases the capablities of Django Framework ( MVT ).
The project consist of application level templates, the project is also using django's built in Authentication
system.
There is only one custom model that is the Todo Model itself, Which consist of 2 fileds
-- Date -- Description
User who have not loged in can only view the todo's, for Add, Edit & Delete the user have to log in or sign up.