AppConfig.get_models() Method in Django

AppConfig.get_models():- 

  • This method returns an iterable of Model classes for the application.
  • Requires the app registry to be fully populated.

Comments

Popular posts from this blog

Internationalization (Language Setting) in Django

reverse_lazy() Method in Django

CharFilter in Django