For a project I need to record customer information such as name, address etc. I doubt about the best approach to create this functionality. Shall I use the user class in contrib.auth and extend it or shall I create an independent customer class/app?
The first approach serves me the default authentication. The second brings me an app wich I can comprehend. Or, can I use the second and still use the basic authentication? Please advise.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

