wagtail-live
wagtail-live copied to clipboard
High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.
Add a command line receiver. Example: ``` $ ./manage.py live create-channel my-channel $ channel my-channel created $ ./manage.py live post my-channel "here's my first message" $ message 4125 posted $...
Outline the concepts, specify the minimum requirements for subclassing the provided mixins, and provide narrative-style examples for writing a new receiver and publisher.
@Tijani-Dia, Hereby a simple debug view. I do like your solution, so this PR is mainly for demo purposes. We can discuss if it is needed or not. Do not...