Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ ready
Method
ready
django/contrib/sites/apps.py:15–17 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
verbose_name = _(
"Sites"
)
14
15
def
ready(self):
16
post_migrate.connect(create_default_site, sender=self)
17
checks.register(check_site_id, checks.Tags.sites)
Callers
nothing calls this directly
Calls
2
connect
Method · 0.45
register
Method · 0.45
Tested by
no test coverage detected