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

View File

@ -59,6 +59,7 @@ INSTALLED_APPS = [
'crispy_forms',
'passbook.core',
'passbook.admin',
'passbook.api',
'passbook.audit',
'passbook.lib',
'passbook.ldap',