Website

Clock
18.09.2024
An eye
20
Hearts
0
Connected dots
0
Connected dots
0

Is defined as a collection of related web pages that are typically identified by a common domain name and published on at least one web server. Websites can serve various purposes and can include anything from personal blogs to business sites, e-commerce platforms, or informational resources.

Used in

In this article I will show how I implemented commenting on my website. Commenting, which is available to both anonymous and registered users.
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 separate application with a separate model for it.
In this article, I will describe in detail how I solved the problem of server response delays to client requests. I will describe the operation of the ERR_HTTP2_PING_FAILED error and what steps I took to identify the problem.
In this article, you will find an example of how to implement your own Quill tooltip. And you will get how this even works. As an example, a tooltip will be created for links.
In this article you will know commands how to create new django app, how to add model to app and how to configure it.