dnmgmt/rrequests/apps.py

10 lines
267 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 RrequestsConfig(AppConfig):
name = 'rrequests'