Do you have debugging turned on (DEBUG=True in settings.py) in Django? If you do, you should see a pretty detailed stack trace and not just this. Also, in the console you should see a stack trace with the details of the error. Do you see those?
Asad Jibran Ahmed <[email protected]> http://blog.asadjb.com On Sun, Nov 20, 2016 at 4:58 AM, NS <[email protected]> wrote: > When I run python manage.py runserver, I get this shown on localhost:8000 > > {"status": "fail", "method": "", "error":""} > > > > What happened? > > -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/24a87f66-8799-489b-acc4-db779eb811df%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/24a87f66-8799-489b-acc4-db779eb811df%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BYYaWfw6LXNqGasMc72QfuXSY5hD_HxO02gmSyqxZQZAv-YFA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

