fossasia/eventyay-veditor ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Django plugin for eventyay called eventyay veditor that wires eventyay into Veditor.
I want the plugin to install cleanly, register itself with eventyay, and show up in the Plugins area so an organizer can enable it for an event. Set up the basic app config, plugin metadata, signal hooks, URL routing, templates, and static files so the project is ready for the next features.
For now it is fine if the actual organizer controls and recording workflow are just simple placeholders, but the structure should be there for things like connecting an event to a Veditor instance, mapping talks to Veditor records, showing pipeline status, and future download or publish actions. Make sure it follows the existing style, works with Python 3.12, and includes tests for the basic plugin registration pieces.
If you need to check the latest eventyay or Django plugin docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit