python - Making a second address in Django -


i have code:

class vendorprofile(models.model):     name = models.charfield(max_length=256)     address = models.charfield(max_length=256)     address2 = models.charfield(max_length=256) 

is there better way address line2? reason have address2 because apartments have line of address. there better way this? need thinking power, feel doing better way.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

VBA function to include CDATA -

php - Warning: file_get_contents() expects parameter 1 to be a valid path, array given 16 -