-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
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 git@github.com: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
Versions:
- Socketify 0.31
- django 5.1.2
zankoAn and RajaSunrise
Metadata
Metadata
Assignees
Labels
No labels
