Previous Page Next Page

Exercises

1.Create a details view function and template that render the details Announcement objects.
2.Create a details view function and template that render the details Story objects.
3.Add code to the details view functions you just created to determine if the object is available for the current site. If it isn't, redirect to another page.

Previous Page Next Page