from django.apps import AppConfig class IpPoolConfig(AppConfig): name = 'ip_pool' verbose_name = u"Ip pool"