Re: Media files and download url

2020-05-19 Thread Riska Kurniyanto Abdullah
or use any of the information in it or any attachments. On Thu, May 14, 2020 at 9:20 PM Parampal Singh wrote: > More details please 😊 > > On Tue, May 12, 2020, 12:52 AM Riska Kurniyanto Abdullah < > alternative@gmail.com> wrote: > >> Amazon S3 have simple solution

Re: Media files and download url

2020-05-11 Thread Riska Kurniyanto Abdullah
Amazon S3 have simple solution for that topic On Tue, May 12, 2020 at 1:27 AM Parampal Singh wrote: > Access media vedio files only when user logged in > > Temporary file download url every time change > > > Any suggestions on these topics > > -- > You received this message because you are subs

Re: django celery and mqtt

2020-05-11 Thread Riska Kurniyanto Abdullah
edi 9 mai 2020 01:34:17 UTC, Riska Kurniyanto Abdullah a écrit : > > Dear all django users, > > > > > > 1. I want to attach my mqtt client script in django apps, where should I > put the script to launch them so the script can run as long task running. > > 2. In mqtt

Re: Anyone have similar issue of POST 2 times while importing any simple models using django-import-export package

2020-05-10 Thread Riska Kurniyanto Abdullah
> > This issue so much more familiar in stackoverflow it is cause of > postgresql behaviour, visit here > https://github.com/django-import-export/django-import-export/issues/560 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: django celery and mqtt

2020-05-10 Thread Riska Kurniyanto Abdullah
method? or is it any something best practice that i missed?? On Sat, May 9, 2020 at 9:50 AM Motaz Hejaze wrote: > please can you put your question in a more clearer way ? > > On Sat, May 9, 2020 at 3:33 AM Riska Kurniyanto Abdullah < > alternative@gmail.com> wrote: > >

django celery and mqtt

2020-05-08 Thread Riska Kurniyanto Abdullah
Dear all django users, 1. I want to attach my mqtt client script in django apps, where should I put the script to launch them so the script can run as long task running. 2. In mqtt client i have task to save the message in database? how to make this task possible to handle with celery. Thanks in

Extends Django LoginRequireMixin

2019-08-06 Thread Riska Kurniyanto Abdullah
I have to check many view class and give them access if they had a user 'staff field' true. Is it possible if I extend a class from LoginRequireMixin to do that?? How should I proceed? So appreciate if any can give sample... Thanks. -- You received this message because you are subscribed to the