Django Stories 1.0beta1 documentation
A detail view for stories that can paginates the story by paragraph. If a story is not found a 404 or a custom template can be rendered by setting THROW_404 to False.
By default, template stories/pag_story.html is used to render the story which expects the story to be paginated by paragraphs. If the paragraph paginator is not used, the template stories/story_detail.html is used to render the story.
There is two main variables passed to the template p_object_name, which is the stories body field, and template_object_name which is the story instance it self.
Argument List: