Re: Django background scheduled app

2019-05-20 Thread Oguz kagan Olmez
django-background-tasks didn't work. i don't know what is the problem. i was trying to make it work for 2 days and i give up now. i will consider django-rq thank you :) Jani Tiainen , 20 May 2019 Pzt, 19:07 tarihinde şunu yazdı: > Hi, > > There are also other alternatives for background proce

Re: Django background scheduled app

2019-05-20 Thread Jani Tiainen
Hi, There are also other alternatives for background processing than celery. Like django-rq or django-background-tasks. ma 20. toukok. 2019 klo 16.14 Chetan Ganji kirjoitti: > celery is what you need for this. It is very simple. Just stick to it, > find some examples on youtube for celery, an

Re: Django background scheduled app

2019-05-20 Thread Oguz kagan Olmez
i guess it's my only option now. thx 20 Mayıs 2019 Pazartesi 16:14:26 UTC+3 tarihinde Chetan Ganji yazdı: > > celery is what you need for this. It is very simple. Just stick to it, > find some examples on youtube for celery, and you should get it. > > Regards, > Chetan Ganji > +91-900-483-4183 >

Re: Django background scheduled app

2019-05-20 Thread Chetan Ganji
celery is what you need for this. It is very simple. Just stick to it, find some examples on youtube for celery, and you should get it. Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gmail.com http://ryucoder.in On Mon, May 20, 2019 at 5:42 PM Oguz kagan Olmez wrote: > i just started djan