We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When running a Django App with socketify Djnago says: You cannot call this from an async context - use a thread or sync_to_async
To Reproduce Steps to reproduce the behavior:
git clone [email protected]:deparkes/simple-django-app.git cd simple-django-app/cool_counters python manage.py migrate pip install socketify python3 -m socketify cool_counters.wsgi:application --interface wsgi -w 2
open 127.0.0.1:8000
Expected behavior See an simple html page with a counter
Screenshots
Versions:
The text was updated successfully, but these errors were encountered:
thanks for reporting will take a look.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running a Django App with socketify Djnago says:
You cannot call this from an async context - use a thread or sync_to_async
To Reproduce
Steps to reproduce the behavior:
open 127.0.0.1:8000
Expected behavior
See an simple html page with a counter
Screenshots
Versions:
The text was updated successfully, but these errors were encountered: