################## Forum conversation ################## The ``forum_conversation`` application handles all the conversations that can happen in forums. It provides some of the main features of a forum application: posting messages, writing answers, voting in polls, ... Sub applications ---------------- .. toctree:: :maxdepth: 2 forum_attachments forum_polls Abstract models --------------- .. automodule:: machina.apps.forum_conversation.abstract_models :members: :show-inheritance: Views ----- .. automodule:: machina.apps.forum_conversation.views :members: :show-inheritance: