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 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 Samba AD DC management page will be an ordinary Django app.
>
> On Mon, Mar 21, 2022 at 9:52 AM Thiago Luiz Parolin 
> wrote:
>
>> 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 'admin'?
>>
>> Thanks for any advice.
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANbmKytFbGCezptTES%2BqEBebpsVQg0wYrnM129W7jRyR50xSxA%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> Regards,
>
> Aldian Fazrihady
> http://aldianfazrihady.com
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAN7EoAaYh2H6A_31ehLktAzN7-W%3DTA_0vzqNiWT34nBovMb5Pg%40mail.gmail.com
> 
> .
>


-- 
Thiago Luiz Parolin

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANbmKytBfy57YDCva1xpYS_q4%2Bau%3Dc5ky5qAhY%2BZPZ6JG-SQ8g%40mail.gmail.com.


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 Samba AD DC management page will be an ordinary Django app.

On Mon, Mar 21, 2022 at 9:52 AM Thiago Luiz Parolin 
wrote:

> 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 'admin'?
>
> Thanks for any advice.
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CANbmKytFbGCezptTES%2BqEBebpsVQg0wYrnM129W7jRyR50xSxA%40mail.gmail.com
> 
> .
>


-- 
Regards,

Aldian Fazrihady
http://aldianfazrihady.com

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7EoAaYh2H6A_31ehLktAzN7-W%3DTA_0vzqNiWT34nBovMb5Pg%40mail.gmail.com.


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 'admin'?

Thanks for any advice.

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANbmKytFbGCezptTES%2BqEBebpsVQg0wYrnM129W7jRyR50xSxA%40mail.gmail.com.