11.11.2023
In this article I will show how I implemented commenting on my website. Commenting, which is available to both anonymous and registered users.
30.10.2023
Let me make a reservation right away that the authentication system that you and I will write is not based on the built-in Django application, django.contrib.auth. This will be a …
16.10.2023
Implement a user authentication system. For this purpose, a registration form and login form are created on the website timthewebmaster.com.
16.07.2024
I will be busy developing a new project. His name is SearchResultParser. Its essence is to parse data from the search results of various search engines, such as google, youtube, …