1 2 3 4 5 6 7
from django.apps import AppConfig class GuidesConfig(AppConfig): """Django AppConfig for guides app.""" name = 'guides'