Created an online blog application as part of learning Django.
Features:
- Users can create, update and delete posts on the website.
- Implemented login, logout, register and password reset functionality
- Implemented a home page where users can look at posts by all the other users on the app.
- Implmented pagination for posts on the website.