This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/audit/apps.py

11 lines
212 B
Python
Raw Normal View History

2018-11-23 16:05:41 +00:00
"""passbook audit app"""
from django.apps import AppConfig
class PassbookAuditConfig(AppConfig):
"""passbook audit app"""
name = 'passbook.audit'
label = 'passbook_audit'
mountpoint = 'audit/'