def tickerDataPush(): tickerData = ticker_data() Group('Ticker').send({ 'text': json.dumps(tickerData,cls=DjangoJSONEncoder), })