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

Messages Framework in Django

Forms in Django(bound, unbound, clean, is_valid, errors)

Advantages to using URLField() over TextField()