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

2019-09-15 Thread Abu Yusuf
first, try to run makemigrations before migrate. On Fri, Sep 13, 2019 at 7:53 AM johnsi rani wrote: > while i run its shows migration error > > On Fri, Sep 13, 2019 at 1:54 AM khadim husen > wrote: > >> Run this command in terminal >> >> python manage.py migrate >> >> Then >> >> python

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

2019-09-12 Thread johnsi rani
while i run its shows migration error On Fri, Sep 13, 2019 at 1:54 AM khadim husen wrote: > Run this command in terminal > > python manage.py migrate > > Then > > python manage.py runserver > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

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

2019-09-12 Thread khadim husen
Run this command in terminal python manage.py migrate Then python manage.py runserver -- 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 "GET / HTTP/1.1" 200 16348" Error

2019-09-12 Thread khadim husen
Type in your web browser http://127.0.0.1:8000/ -- 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+unsubscr...@googlegroups.com. To view this

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

2019-09-12 Thread khadim husen
"GET / HTTP/1.1" 200 16348" This is not a error This is response code. 200 means response success resource created. -- 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

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

2019-09-12 Thread mohammad reyajuddin
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