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/api/apps.py Normal file
View File

@ -0,0 +1,10 @@
"""passbook API AppConfig"""
from django.apps import AppConfig
class PassbookAPIConfig(AppConfig):
"""passbook API Config"""
name = 'passbook.api'
label = 'passbook_api'
mountpoint = 'api/'