############## Forum tracking ############## The ``forum_tracking`` application allows to determine which forums or topics have been read by a given user. It provides mechanisms allowing users to mark forums or topics as read and to browse unread forums or topics. Abstract models --------------- .. automodule:: machina.apps.forum_tracking.abstract_models :members: :show-inheritance: Handler ------- .. automodule:: machina.apps.forum_tracking.handler :members: :show-inheritance: Views ----- .. automodule:: machina.apps.forum_tracking.views :members: :show-inheritance: