wagtail-live
wagtail-live copied to clipboard
High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
Hi, Is the warning below has to do with wagtail-live and Wagtail v4.x? I upgraded from Wagtail v3.x to v4.0.1 and have the below warning. `/home/laravel/anaconda3/envs/newsroom/lib/python3.8/site-packages/wagtail_live/models.py:48: RemovedInWagtail50Warning: wagtail.admin.edit_handlers.StreamFieldPanel is obsolete...
Hi, I am experiencing the below issue. Am I doing something wrong or missing out some configuration? ``` Request URL Your URL didn't respond with the value of the challenge...
The goal of this PR is to add the ability for users to customize/extend the [`LivePostBlock`](https://github.com/wagtail/wagtail-live/blob/dd769be089d457cf36db2506520028bc5f506ac3/src/wagtail_live/blocks.py#L26) class.
Targets #94. I will add how to write a websocket publisher in another PR.
Idea is to create the plain html/css in `webapp_tmp` and then (when it is reasonable) move it to Tidianes `webapp`. In project root do: ``` yarn yarn watch # file...
Targets #105.
Add a way to automatically create a live page when a channel is created in an input source.
Add authentication to webapp and `APIReceiver`.