[EMAIL PROTECTED] wrote:
> Hello Django-Community,
> 
> currently I'm working on a project where I need to save the user's
> postal address. The problem is that the users come from different
> parts of the world and postal addresses are formatted differently in
> the U.S. or in Austria.
> 
> Does anybody of you already have a suggestion on how to deal with this
> problem?

Almost nobody I've talked to agrees with me, but...

I think the best address solution is to trust your users.  Users know 
best.  Specifically they know best what their address is and how it 
should be formated.  Users are more likely to know about changes to 
their countries addressing scheme.  Etc, etc.

With that in mind the best way to handle varying international addresses 
is with a largish char column backend and multiline text input box on 
frontend.

--
Norman J. Harman Jr.
Senior Web Specialist, Austin American-Statesman
___________________________________________________________________________
You've got fun!  Check out Austin360.com for all the entertainment
info you need to live it up in the big city!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to