MCPcopy
hub / github.com/django/django / ready

Method ready

django/apps/config.py:271–274  ·  view source on GitHub ↗

Override this method in subclasses to run code when Django starts.

(self)

Source from the content-addressed store, hash-verified

269 self.models_module = import_module(models_module_name)
270
271 def ready(self):
272 """
273 Override this method in subclasses to run code when Django starts.
274 """

Callers 1

populateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected