Tom Dror
Tom Dror
You can also create a separate django model that's a proxy of your Org model and use that as the model. ```python # models.py class Org(models.Model): ... class AnonymousOrg(Org): class...
Messaging to hopefully get a response. I'm happy to put up a PR but if it's not going to be accepted from the get-go then I won't waste my time....
@erikwrede thanks for responding!! I have an idea and would love your opinion. I could maybe doing some sort of global settings module that one could set at the start...
Plus one on this question. As our site gets user ready, we need a way to test our sign up flow locally, reliably, and easily. Pushing the changes can't happen,...
Closer look at the error description ```"[business][RECOVERABLE][Data Access Layer] c.w.h.e.e.SiteValidationFailedException - Site validation failed with: ValidationFailurePayload { siteId=0f577108-804f-46a6-9a1c-e0974d864848, StyleReferenceMismatch=MutableList(StyleReferenceMismatch{styleId=style-k86j0zj9}, StyleReferenceMismatch{styleId=style-k1afmhre1}, StyleReferenceMismatch{styleId=style-k84wzxd5}, StyleReferenceMismatch{styleId=style-k84z0m9n}, StyleReferenceMismatch{styleId=style-k1afmhre1}, StyleReferenceMismatch{styleId=style-k1afmi4r1}, StyleReferenceMismatch{styleId=}, StyleReferenceMismatch{styleId=style-k86j0zj9}, StyleReferenceMismatch{styleId=style-k84z0m9n}, StyleReferenceMismatch{styleId=style-k84wzxd5}),PropertyReferenceMismatch=MutableList(ComponentPropertyMismatch{propertyReference=mobile_propItem-k3ritvc1}, ComponentPropertyMismatch{propertyReference=propItem-k84z05k3}, ComponentPropertyMismatch{propertyReference=propItem-k84z05k3}),MissingReference=MutableList(MissingReference(NodeId(dataItem-k84z05k1,document_data,None),comp-k84z05i3),...