Re: How to extend admin/user to adapt it to my business problem

2016-03-14 Thread Aymeric Augustin
Could you ask usage questions on the django-users mailing list? This mailing list, django-developers, is for the development of Django itself. -- Aymeric. PS: read about custom user models in the docs. > On 14 Mar 2016, at 18:15, iherr...@nauta.cu wrote: > > I have to save other information o

How to extend admin/user to adapt it to my business problem

2016-03-14 Thread iherrera
I have to save other information of users but i want to use the users that are created in the admin in django how can i do that ?? i am sorry if this is a basic question but i am a beginner in django -- You received this message because you are subscribed to the Google Groups "Django develo