MCPcopy
hub / github.com/django/django / view_on_site

Method view_on_site

tests/admin_views/admin.py:1197–1198  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

1195
1196class WorkerAdmin(admin.ModelAdmin):
1197 def view_on_site(self, obj):
1198 return "/worker/%s/%s/" % (obj.surname, obj.name)
1199
1200
1201class WorkerInlineAdmin(admin.TabularInline):

Callers 1

get_view_on_site_urlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected