S
S
Sama Samsonov2017-05-23 06:57:00
Django
Sama Samsonov, 2017-05-23 06:57:00

How does django list the most visited pages?

displaying a list of the most visited pages how is it implemented in django ?
whether visits to basis are saved?
as well as displaying a list of the last pages viewed how to display?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly Scherbakov, 2017-05-23
@Altaisoft

1) Django is a framework. Nothing is saved by itself.
2) You will need to either find, or write yourself, a middleware to count these views, and a view to display them.
3) Please write questions carefully. Word repetitions, lack of commas and periods. The ability to correctly express your thoughts is one of the necessary qualities of a professional developer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question