how to rectify this error

2019-09-20 Thread idb solutions
the server isn't running. -- 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 discussion on the web visit ht

Re: how to rectify this error

2019-09-20 Thread Anirudh Jain
Open the DOS as administrator and then try again On Fri, 20 Sep 2019, 21:59 idb solutions, wrote: > the server isn't running. > > -- > 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

Re: how to rectify this error

2019-09-20 Thread Badal Raina
run <*python manage.py makemigrations*> or <*python manage.py migration*> but ensure that you enable python environment. B. Raina On Fri, 20 Sep 2019 at 22:40, Anirudh Jain wrote: > Open the DOS as administrator and then try again > > On Fri, 20 Sep 2019, 21:59 idb solutions, > wrote: > >>

Re: how to rectify this error

2019-09-21 Thread Gabriel Araya Garcia
Did you run the makemigrations and migrate command from console ? El vie., 20 sept. 2019 a las 13:29, idb solutions (< suman.flyhigh123...@gmail.com>) escribió: > the server isn't running. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: how to rectify this error

2019-09-22 Thread Sundararajan Seshadri
n you check if the port 8000 is used by something else? On Friday, September 20, 2019 at 9:59:58 PM UTC+5:30, idb solutions wrote: > > the server isn't running. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: how to rectify this error

2019-09-22 Thread Sundararajan Seshadri
Oops...I meant 'can you'. Alternatively try 8001 or 8002 (or...) in the DOS window and point the browser to the corresponding port. And, yes, migrate command also needs to be run. But that will not affect the starting of the server. --- On Friday, S