dnmgmt/whoisdb/apps.py

10 lines
263 B
Python

# This file is part of dnmgmt, a number resource management system
# Licensed under GNU General Public License v3 or later
# Written by Sebastian Lohff (seba@someserver.de)
from django.apps import AppConfig
class WhoisdbConfig(AppConfig):
name = 'whoisdb'