circuit
circuit social network code-documentation
Public Member Functions | Static Public Attributes | List of all members
posts.views.PostDetailView Class Reference

Inherits DetailView.

Public Member Functions

def render_to_response (self, context, response_kwargs)
 

Static Public Attributes

string template_name = 'posts/post_detail.html'
 
 model = Post
 

Member Function Documentation

def posts.views.PostDetailView.render_to_response (   self,
  context,
  response_kwargs 
)

Member Data Documentation

posts.views.PostDetailView.model = Post
static
string posts.views.PostDetailView.template_name = 'posts/post_detail.html'
static

The documentation for this class was generated from the following file: