Skip to content

Instantly share code, notes, and snippets.

from gevent_zeromq import zmq
from rest_framework.decorators import api_view
import json
import time
from rest_framework.response import Response
from django.http import HttpResponseNotFound
@api_view(['POST'])
def NOTIFICATION(request):
if request.method == 'POST':