Hi Lahu, Check Django doc for your idea https://github.com/django/django/blob/stable/2.2.x/django/utils/log.py
Nice. On Mon, Mar 2, 2020, 19:37 Lahu Chavan <[email protected]> wrote: > when we run command on teminal python manage.py runserver after will get > local server IP address click on immediately, one hand will open a > webbrowser page of django project and another hand on terminal continue > processing in format [Date] "HTTP method" HTTP status code | unknown > random number. > > > > *my question is what is name(means *unknown random number)* after HTTP > status code.* > > > > *Please share answer as soon as possible* > > > > System check identified no issues (0 silenced). > February 28, 2020 - 06:31:46 > Django version 3.0.3, using settings 'pydjblog.settings' > Starting development server at http://127.0.0.1:8000/ > Quit the server with CTRL-BREAK. > [28/Feb/2020 06:31:52] "GET / HTTP/1.1" 200 3295 > [28/Feb/2020 06:31:52] "GET /static/css/custom.css HTTP/1.1" 304 0 > [28/Feb/2020 06:31:52] "GET /static/popper.min.js HTTP/1.1" 404 1665 > [28/Feb/2020 06:31:52] "GET /static/bootstrap.min.js HTTP/1.1" 404 1674 > > > thank you > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/bbdc4dec-e77d-46ba-ad5a-1c500e1539f4%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/bbdc4dec-e77d-46ba-ad5a-1c500e1539f4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP5HUWpDUXYxgh8S7TaGjydUj6FDOKm8Dc37Qyq92nAYt3i6Hg%40mail.gmail.com.

