mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
added dnssec_enabled to domain; added form to dnssec template to enable or disable; added conditions to sidebar and dnssec template
This commit is contained in:
parent
f848e1fee2
commit
9153f01759
7 changed files with 93 additions and 1 deletions
|
@ -707,6 +707,11 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
help_text="Very basic info about the lifecycle of this domain object",
|
||||
)
|
||||
|
||||
dnssec_enabled = models.BooleanField(
|
||||
default=False,
|
||||
help_text="Boolean indicating if dnssec is enabled",
|
||||
)
|
||||
|
||||
# ForeignKey on UserDomainRole creates a "permissions" member for
|
||||
# all of the user-roles that are in place for this domain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue