Hi again, I will need to add some properties to a user in the future. Now I found two ways of doing it. First, the Django-way (as described in the Django docs). Then I found some other posts from other people, all doing an inheritance of the original User-class and using this one. That seems rather elegant, cause there is one database lookup less necessary per user lookup. Now I want to go a way which is most "Djangonic" - cause I don't want to be stuck somewhere in the future with something that breaks on Django 1.4 or whatever.
Any recommendations from the users here? Thanks in advance! Axel. -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.