dnmgmt/api/apps.py

10 lines
255 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 ApiConfig(AppConfig):
name = 'api'