Saturday, November 19, 2016

Re: Help with runserver

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?


On Sun, Nov 20, 2016 at 4:58 AM, NS <heliotrope.dragon@gmail.com> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.

No comments:

Post a Comment