My django project consisting of multiple essential web apps like users, profiles, login, logout, blog posting, and so on! Below I show you screenshots of multiple views of it
This is the home page or main page where you could see all the posts by different users
This is the login-page, with a fully functional form.
As the name suggests, this is the register page, with password checks, username checks and all the required. After registering properly, you can login as it directly routes you to the login page
After logging in, a few things have changed. You can notice the navigation buttons now say Profile and Logout, indicating you're now logged in and can use the feautres as you like
You can create a new post by click on the new-post button on the home page
You can directly update delete posts made by you using the buttons visible
Your profile page is your account details, which is also editable instantly, with the profile photo as well.
This is the django-admin interface, an user with correct privileges can modify alot of things. delete posts, delete users, change post info etc. Powerful!