Confirmed users
1,927
edits
| Line 31: | Line 31: | ||
= Implementation = | = Implementation = | ||
Django is probably overkill; we can try templeton (https://github.com/markrcote/templeton, common layout & functions based on web.py) or some other simple server. We'll need a database just to hold pending validations (we'll need to prune those every so often). | |||
Communication with RabbitMQ should be via the management plugin's REST API. | |||