from django.apps import AppConfig class ContactsApiConfig(AppConfig): name = 'contacts_api'