Re: upload folder

2023-05-19 Thread Vishesh Mangla
https://api.video/blog/tutorials/uploading-large-files-with-javascript/
On Fri, 19 May, 2023, 18:29 Karuppasamy T, 
wrote:

> how to upload folder and sub directory and including sub files maximum
> 5gb  please help me .
>
> --
> 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/de381e03-816c-4b90-a80b-5062025af9afn%40googlegroups.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/CACaE8x5Hc8SM61gT4XKZhGtZAkK7ZhAWR8B4UOjQACLfNjsGaw%40mail.gmail.com.


Re: dynamic django tables

2023-05-19 Thread Brian Gitau
which code do you have or you want the code example explaining everything?


On Fri, May 19, 2023 at 3:59 PM Helly Modi  wrote:

> How to create dynamic models in django rest framework?
>
> Is there any chance to create dynamic models with APIs
>
>
>
> Any examples please send me thanks in advance..
>
>
>
> 1) Requirement is need create table name and fields in frontend
>
> 2) we are  getting the data and store in to the db create db structure
>
> 3) get the table name and fields create table in backend  store
> to
>
> 4)this code don't update or add into the models
>
> 5)store the data into the tables
>
> --
> 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/72d09483-5129-43e1-bdbb-7b92969d97c4n%40googlegroups.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/CAMJ3z%3D3Qn0n%2BHVefJg_B6R9RQABA88C4whqbn0g3ygo4k0gkMw%40mail.gmail.com.


upload folder

2023-05-19 Thread Karuppasamy T
how to upload folder and sub directory and including sub files maximum 5gb  
please help me .

-- 
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/de381e03-816c-4b90-a80b-5062025af9afn%40googlegroups.com.


Re: django windows authentication

2023-05-19 Thread Isaac Samuel
https://django-windowsauth.readthedocs.io/en/latest/


On Fri, May 19, 2023, 09:44 Chelsea Fan 
wrote:

> Hello guys, what is windows authentication and how is it work in django
> and how can  I realize it?
>
> --
> 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/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%40mail.gmail.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/CAAU4h89O-Y6zJ2SnBnc%2BYnghhwvb2hYawPY1xUYdjxAAT3ktRQ%40mail.gmail.com.


dynamic django tables

2023-05-19 Thread Helly Modi


How to create dynamic models in django rest framework?

Is there any chance to create dynamic models with APIs

 

Any examples please send me thanks in advance..

 

1) Requirement is need create table name and fields in frontend

2) we are  getting the data and store in to the db create db structure

3) get the table name and fields create table in backend  store 
to

4)this code don't update or add into the models 

5)store the data into the tables 

-- 
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/72d09483-5129-43e1-bdbb-7b92969d97c4n%40googlegroups.com.


Re: django windows authentication

2023-05-19 Thread Chelsea Fan
thank you

On Fri, May 19, 2023 at 2:44 PM Brian Gitau  wrote:

> Hello! Windows authentication is a method of authenticating users based on
> their Windows credentials. It allows users to log in to a system using
> their Windows username and password, eliminating the need for separate
> authentication mechanisms.
>
> In Django, you can integrate Windows authentication using a package called
> "django-windowsauth." This package provides a middleware that intercepts
> requests and automatically authenticates users based on their Windows
> credentials.
>
> On Fri, May 19, 2023 at 11:44 AM Chelsea Fan <
> allaberdi16yazha...@gmail.com> wrote:
>
>> Hello guys, what is windows authentication and how is it work in django
>> and how can  I realize it?
>>
>> --
>> 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/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%40mail.gmail.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/CAMJ3z%3D3Rg1KKK1nfqOS4%3DKoEe_9b5%3Dcq7Frw%2BYROUnWEyJ81Qg%40mail.gmail.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/CAJwZnddJ74ZWzV5Wbv%3DurgceVKV4%2BFc%3DMzGY6XFn0j5JQbVjCw%40mail.gmail.com.


Re: django windows authentication

2023-05-19 Thread Brian Gitau
Hello! Windows authentication is a method of authenticating users based on
their Windows credentials. It allows users to log in to a system using
their Windows username and password, eliminating the need for separate
authentication mechanisms.

In Django, you can integrate Windows authentication using a package called
"django-windowsauth." This package provides a middleware that intercepts
requests and automatically authenticates users based on their Windows
credentials.

On Fri, May 19, 2023 at 11:44 AM Chelsea Fan 
wrote:

> Hello guys, what is windows authentication and how is it work in django
> and how can  I realize it?
>
> --
> 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/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%40mail.gmail.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/CAMJ3z%3D3Rg1KKK1nfqOS4%3DKoEe_9b5%3Dcq7Frw%2BYROUnWEyJ81Qg%40mail.gmail.com.


django windows authentication

2023-05-19 Thread Chelsea Fan
Hello guys, what is windows authentication and how is it work in django and
how can  I realize it?

-- 
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/CAJwZndcVcsV_-68akHijcu14%2BOhBpOwgDvu0Qyu8Tr4qqUW_Sw%40mail.gmail.com.