Re: Using Admin to manage users that is not in django

2022-03-21 Thread Thiago Luiz Parolin
Thank you!! I will follow your instructions. I think this will be enough for my app. Em seg., 21 de mar. de 2022 às 00:26, Aldian Fazrihady escreveu: > Django admin is so coupled to Django models. > Django admin is customizable. > > If you want some "integration" with your existing Django admin

Re: Using Admin to manage users that is not in django

2022-03-20 Thread Aldian Fazrihady
Django admin is so coupled to Django models. Django admin is customizable. If you want some "integration" with your existing Django admin that is already linked to your existing models, you can edit the Django admin index page template and put the link to your Samba AD DC management page. Your Sam

Using Admin to manage users that is not in django

2022-03-20 Thread Thiago Luiz Parolin
Hi. I am trying to make a web app to manage samba AD DC. Using python bindings from samba, i can access users/groups/features of our directory. What i want is: - How can i use the django admin to manage AD? Because all the user base is inside samba, not in django. - Or i need to build my own 'adm