Add api and audit structure

This commit is contained in:
Jens Langhammer
2018-11-23 17:05:41 +01:00
parent 00cf64ef31
commit d0a7bf5ecc
14 changed files with 86 additions and 0 deletions

10
passbook/audit/apps.py Normal file
View File

@ -0,0 +1,10 @@
"""passbook audit app"""
from django.apps import AppConfig
class PassbookAuditConfig(AppConfig):
"""passbook audit app"""
name = 'passbook.audit'
label = 'passbook_audit'
mountpoint = 'audit/'