apps.is_installed(app_name)
Checks whether an application with the given name exists in the registry. app_name
is the full name of the app, e.g. 'django.contrib.admin'
.
apps.is_installed(app_name)
Checks whether an application with the given name exists in the registry. app_name
is the full name of the app, e.g. 'django.contrib.admin'
.
Please login to continue.