MCPcopy
hub / github.com/django/django / get_installed

Function get_installed

tests/runtests.py:270–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268
269
270def get_installed():
271 return [app_config.name for app_config in apps.get_app_configs()]
272
273
274# This function should be called only after calling django.setup(),

Callers 1

setup_run_testsFunction · 0.85

Calls 1

get_app_configsMethod · 0.80

Tested by

no test coverage detected