After executing runserver command in django terminal , below msg is displayed and No chnages in webpages after coding.
Please suggest. Django version 2.1.5, using settings 'myutility.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. [12/Sep/2019 22:11:44] "GET / HTTP/1.1" 200 16348 [12/Sep/2019 22:11:45] "GET / HTTP/1.1" 200 16348 [12/Sep/2019 22:11:56] "GET / HTTP/1.1" 200 16348 [12/Sep/2019 22:11:57] "GET / HTTP/1.1" 200 16348 [12/Sep/2019 22:11:57] "GET / HTTP/1.1" 200 16348 [12/Sep/2019 22:11:58] "GET / HTTP/1.1" 200 16348 -- 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/e975114e-4f4d-4d89-9def-3f7b2f9f6bf8%40googlegroups.com.

