Django ASGI/WSGI application debug #189
Unanswered
joepreludian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello team,
First, thank you for this project. I'm trying to understand how I could use this project with Django, or if this could be accomplished.
When running a simple
python manage.py runserver --nothread
, I grabbed the PID and ran the following command:But I'm seeing a low level call stack as follows:
The application ends with status code 0, but my django server still running. Is there something I'm not doing right? I'm trying to see the responses from my Django server.
Thank you and have a great end of day ahead!
Beta Was this translation helpful? Give feedback.
All reactions