On 10/14/06, GinTon <[EMAIL PROTECTED]> wrote: > Now I would that Django developers could to integrate these tables with > django, because without a doubt it has many advantages to both the > administrators and the users.
I've tinkered once or twice with the idea of doing a 'django.contrib.locale' kind of app, which would supply models for things like time zones, postal codes, etc., and include data to populate instances of them automatically -- so that you'd be able to do things like, say, a foreign key to TimeZone in a user profile model, it's just always been a back-burner kind of project because I always had more pressing things to do. If you'd be interested in helping to develop useful models for that using this data, that'd be great :) -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
