Hi I'm new to Django and I'd just like to ask what's the best way to add a custom profile field (e.g. companyid).
I'm reading this: https://docs.djangoproject.com/en/1.6/topics/auth/ Should I just create 2 new apps? Company App and then User Profile app? I'm looking to use the CompanyID as a criteria / filter that will be used in page views. --- - http://stackoverflow.com/questions/23791526/django-user-custom-field -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f6883bf0-744d-48bb-af5e-7aba0a8aee8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

