apps.ready Application Registry in Django

apps.ready:-

  • Boolean attribute that is set to True after the registry is fully populated and all AppConfig.ready() methods are called.

Comments

Popular posts from this blog

Advantages to using URLField() over TextField()

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