temp change to create igorville

This commit is contained in:
zandercymatics 2024-12-06 13:03:55 -07:00
parent 0bad59c942
commit fbfde73276
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -237,6 +237,7 @@ class Domain(TimeStampedModel, DomainHelper):
is called in the validate function on the request/domain page
throws- RegistryError or InvalidDomainError"""
return True
if not cls.string_could_be_domain(domain):
logger.warning("Not a valid domain: %s" % str(domain))
# throw invalid domain error so that it can be caught in