SeverusP/Bloggo
This is my first blog named Bloggo created in Python language with the help of the Django framework. Users can subscribe and publish posts, check other users' posts, search how many times a word is contained in a post. Only the admin accesses some features such as checking how many posts have been written by each user. I have inserted two control mechanisms, one that does not allow the publication of posts that contain the word "hack" and another to control the ip address of logged in users
Python
No issues in this repository yet.