Test task
Learning django. Try to create task-tracker with such base funcionality:
1.New user must have an ability to register in tracker
2.Logged in user can create a new task and specify title and description
3.After creating task successfully, redirect user to the task preview page
4.Task preview page must contains a link to edit current task
5.By default, Home page should display a list of created tasks
6.Home page should provide an ability to filter a list of created tasks by:
a. between 2 dates
b. by task status