core: add basic model against which rules can be checked

This commit is contained in:
Jens Langhammer
2018-11-22 13:12:59 +01:00
parent 849f9c9251
commit 095a5c0268
7 changed files with 31 additions and 15 deletions

View File

@ -54,8 +54,10 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'reversion',
'rest_framework',
'crispy_forms',
'passbook.core',
'passbook.admin',
'passbook.audit',
'passbook.lib',
'passbook.ldap',
'passbook.oauth_client',