Commenting system for a website, using the Django framework
11.11.2023
606
4
0
In this article I will show how I implemented commenting on my website. Commenting, which is available to both anonymous and registered users.
Implementation of authentication system on django
30.10.2023
947
2
0
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 …
Make login and registration forms using Django
16.10.2023
413
1
0
Implement a user authentication system. For this purpose, a registration form and login form are created on the website timthewebmaster.com.
How to deploy a django project on Beget
12.05.2024
405
0
0
You will know how to link a domain name, host a Django project, transfer databases, and configure a virtual environment. And other tricks.
...