Physics Blog ⇦ Website Link
This is a website for physics lover bloggers.
I have used Django to create this website. I have created two apps on this website namely Blogs and User.
Blogs app deals with how our website looks like creating, updating and deleting a blog, posts by a specific user and the total number of posts to display in one page.
While User app deals with all user-related stuff such as new user registration, login, logout, user profile and forgot password.