A
A
Alexander Bondarenko2020-10-16 18:27:51
Django
Alexander Bondarenko, 2020-10-16 18:27:51

Is it possible to somehow determine if the site is written in Django?

How can you determine that the site is written in Django and is it possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-10-16
@bacon

100% if there is /admin/ with a django admin panel or left DEBUG=TRUE (in fact, I have seen this more than once).
The rest is already with probability: characteristic /static/, /media/ and all links /name_link/, empty lines in html in place of template blocks, cycles and other things, and csrftoken cookie <input name="csrfmiddlewaretoken" ...>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question