Browse Source

store active state in db for authority model

master
Edoardo Putti 7 years ago
parent
commit
0e215f92be
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      models/authority.py

+ 2
- 0
models/authority.py View File

@ -16,6 +16,8 @@ class Authority(Model):
request_allowed = []
# data stored in the database
active = BooleanField()
ca_id = CharField(
index = True,
unique = True,


Loading…
Cancel
Save