Skip to content

Instantly share code, notes, and snippets.

@BrightnBubbly
Created May 4, 2020 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrightnBubbly/39b9a44c600d6f4cde19f72d101c2c65 to your computer and use it in GitHub Desktop.
Save BrightnBubbly/39b9a44c600d6f4cde19f72d101c2c65 to your computer and use it in GitHub Desktop.
import json
from django.conf import settings
from django.views.decorators.csrf import csrf_exempt
from django.http import JsonResponse
from stream_chat import StreamChat
from .models import Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment