DEV Community

Discussion on: How to Add Websockets to a Django App without Extra Dependencies

Collapse
 
curt114 profile image
curt114

This is a fantastic article. Thank you. How would you use a django database call with this? For example, User.objects.get( pk=1 )?