Django "GET / HTTP/1.1" 200 16348" Error

1,660 views
Skip to first unread message

mohammad reyajuddin

unread,
Sep 12, 2019, 1:20:05 PM9/12/19
to Django users
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

dd.JPG

khadim husen

unread,
Sep 12, 2019, 4:27:28 PM9/12/19
to Django users
Type in your web browser

http://127.0.0.1:8000/

khadim husen

unread,
Sep 12, 2019, 4:28:08 PM9/12/19
to Django users
Run this command in terminal

python manage.py migrate

Then

python manage.py runserver



khadim husen

unread,
Sep 12, 2019, 4:28:31 PM9/12/19
to Django users
"GET / HTTP/1.1" 200 16348"
This is not a error

This is response code. 200 means response success resource created.

johnsi rani

unread,
Sep 12, 2019, 9:54:21 PM9/12/19
to django...@googlegroups.com
while i run its shows migration error 

--
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 django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5641392b-27e3-496f-8f6f-33e5701a766c%40googlegroups.com.

Abu Yusuf

unread,
Sep 15, 2019, 3:30:19 AM9/15/19
to django...@googlegroups.com
first, try to run makemigrations before migrate.

Reply all
Reply to author
Forward
0 new messages