apps Application Registry in Django

apps:-

  • The application Registry provides the following public API. 
  • Below are the Methods:
    • apps.ready
    • apps.get_app_configs()
    • apps.get_app_config(app_label)
    • apps.is_installed(app_name)

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django