DEBUG is set to true, and I don't see any error messages. There is no trace in the console either.
On Saturday, November 19, 2016 at 11:11:36 PM UTC-5, Asad Jibran Ahmed wrote: > > 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] <javascript:>> > http://blog.asadjb.com > > On Sun, Nov 20, 2016 at 4:58 AM, NS <[email protected] <javascript:>> > 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/8c322601-52a3-48c0-9fd7-4c6a306255dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

