MOAR DEBUG LOGS

This commit is contained in:
matthewswspence 2024-09-12 15:53:14 -05:00
parent 9609db5a53
commit 0ffff70cb4
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -403,6 +403,9 @@ class DomainNameserversView(DomainFormBaseView):
This post method harmonizes using DomainBaseView and FormMixin
"""
logger.debug("Posted to Namservers View")
self._get_domain(request)
formset = self.get_form()