Trying to make this work on my server. Testing...
This commit is contained in:
@@ -18,7 +18,7 @@ class Address_Base(BaseModel):
|
||||
#from .account_model import Account_Base
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['address_id_random'],
|
||||
#**base_fields['address_id_random'],
|
||||
alias='address_id_random',
|
||||
default_factory=lambda:secrets.token_urlsafe(default_num_bytes),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user