API-Manager/apimanager/obp/apps.py
Sebastian Henschel 2358d8eed6 Ported obp app from API Tester #31
Also enables possibility to use DirectLogin and GatewayLogin
2017-10-24 13:19:33 +02:00

12 lines
162 B
Python

# -*- coding: utf-8 -*-
"""
App config for OBP app
"""
from django.apps import AppConfig
class OBPConfig(AppConfig):
"""Config for OBP"""
name = 'obp'