Django_blog
Django_blog copied to clipboard
"Added Login & Registration | User Identification | Admin-Only Accessible Features | plus more...
Added New Features and Functions:
- Implemented a Login and Registration user form.
- Introduced User Identification.
- Added a direct link to the Admin Panel in the header (accessible only for Admin users).
- Enhanced the Comment Mechanism.
New Comment Mechanism:
- Users can now comment on a post only after logging in.
- Ensures that users provide the correct name and email when posting comments; if not, it displays an alert for incorrect name or email.
- The comment box remains visible even after a user has successfully commented or encountered an error.
This is some really good work, Thank you!
As I mentioned in the issue https://github.com/TheAbhijeet/Django_blog/issues/34 I can't really merge it.
However, I will keep this PR open so others can be inspired by your work!
Thanks again.