Changes between Version 1 and Version 2 of Ticket #31905, comment 5
- Timestamp:
- Aug 19, 2020, 7:09:27 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31905, comment 5
v1 v2 52 52 53 53 54 asyncdef sync_test(request):54 def sync_test(request): 55 55 print('view sync', connections.all()) 56 56 return HttpResponse('Hello, sync world!')