Contents:
"""App Config.""" from django.apps import AppConfig [docs]class BookConfig(AppConfig): """Book Config. Namespace book.""" name = "book"