Practical - Email management with read/unread.

- You need to finish this task in 1.5 hours (maximum)
- Need to create this demo application in Django
- it's a simple crud system (We do not need to add any code logic to send real emails)
- send source code zip without vendor folder on email - madhuri@acquaintsoft.com

- Add login/logout functionality
- Create Registration form
- Use Migration for database
- On the first time registration user should be able to login automatically.
- Once logged in user should be redirected to a page called Inbox
- after login menu items should be (Inbox, Compose, Logout) - pages explained below

Inbox - (check gmail for design reference)
-------
- Show list of emails recieved in Inbox

Bonus points:
- add option to mark message as read/unread
- There should be button to make message as unread again.

Compose
-------
Show a send message form with Dropdown of all registered user, subject, message
