MCPcopy
hub / github.com/django/django / index

Method index

tests/admin_views/customadmin.py:26–27  ·  view source on GitHub ↗
(self, request, extra_context=None)

Source from the content-addressed store, hash-verified

24
25 # A custom index view.
26 def index(self, request, extra_context=None):
27 return super().index(request, {"foo": "*bar*"})
28
29 def get_urls(self):
30 return [

Calls

no outgoing calls