Skip to content
Snippets Groups Projects
Commit dd570260 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add prototype of new exceptions

parent c35cb6a8
No related branches found
No related tags found
No related merge requests found
......@@ -514,6 +514,18 @@ class FlowAccessExceptionEntry(models.Model):
def __unicode__(self):
return self.permission
# class FlowAccessException2(models.Model):
# flow_id = models.CharField(max_length=200, blank=False, null=False)
#
# creator = models.ForeignKey(User, null=True)
# creation_time = models.DateTimeField(default=now, db_index=True)
#
# comment = models.TextField(blank=True, null=True)
#
# new_session_rules = YAMLField(blank=True, null=True)
# existing_session_rules = YAMLField(blank=True, null=True)
# }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment