apps.is_installed(app_name) Application Registry in Django
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, Ex: 'django.contrib.admin'.
apps.is_installed(app_name):-
Comments
Post a Comment