dnmgmt/dncore/apps.py

10 lines
261 B
Python
Raw Normal View History

2018-01-17 00:23:00 +01:00
# 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)
2017-02-10 02:45:45 +01:00
from django.apps import AppConfig
class DncoreConfig(AppConfig):
name = 'dncore'