class django.views.generic.base.RedirectView Redirects to a given URL. The given URL may contain
class BaseDayArchiveView [source]
permanent Whether the redirect should be permanent. The only difference here is the HTTP status code returned. If True
class django.views.generic.base.View The master class-based base view. All other class-based views inherit from this base class
url The URL to redirect to, as a string. Or None to raise a 410 (Gone) HTTP error.
class BaseArchiveIndexView [source]
object When using CreateView you have access to self.object, which is the object being created. If
class BaseWeekArchiveView [source]
get(request, *args, **kwargs) Adds object_list to the context. If
class WeekArchiveView [source] A weekly archive page showing all objects in a given week
Page 3 of 5