Added start of the Ruleset models

This commit is contained in:
2011-06-30 10:47:57 +01:00
parent 699108e513
commit 5766b336b1
3 changed files with 278 additions and 1 deletions

3
app/sso/app_defines.py Normal file
View File

@@ -0,0 +1,3 @@
# Rule Checktypes
CHECK_TYPE_AND = 0
CHECK_TYPE_OR = 1