Add api and audit structure
This commit is contained in:
10
passbook/api/apps.py
Normal file
10
passbook/api/apps.py
Normal 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/'
|
||||
Reference in New Issue
Block a user