AppConfig.models_module in Django
AppConfig.models_module: This is attribute Module containing the models.
Ex:- <module 'django.contrib.admin.models' from 'django/contrib/admin/models.py'>.
- It may be None if the application doesn’t contain a models module.
Comments
Post a Comment