dnmgmt/dncore/apps.py

10 lines
261 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 DncoreConfig(AppConfig):
name = 'dncore'