Ghorz
isn't it the other way?
You'll definitely love it
Ghorz
https://pypi.org/project/django-q/
George
I know of it's existence
George
but i finally got my program running in celery xD
George
Right know i am processing images in parallel so celery seems ok
George
George
Also it was somewhat difficult to join the pieces of the puzzle: Results backend, etc
George
I am making a zip with json that come as a result of my task
George
And it's a test hmmm
Ghorz
Celery is difficult to use
Ghorz
Compared to RQ
George
Celery is difficult to use
Right, and about actual capabilities?
George
How is the results of tasks handled?
Ghorz
It absorbed celery and extended
George
It absorbed celery and extended
OOoh really? How's so?
Ghorz
https://djangopackages.org/grids/g/djq_vs_celery/
Ghorz
The truth is each has strength and weakness
Ghorz
But my take is simplicity
Ghorz
I struggled with celery but got q work the very first encounter
George
well, i need features, but maybe django-q is enough
George
I am going to plug a machine learning thing into this so i don't know if both are good
Ghorz
Integration with Django Some people seem to think it integrates so well you really don't need Django-Celery. Other people depend on this packages features, but worry it isn't developed anymore. Django-Q is first and foremost a Django app. This is what I got so far: Celery beat Having to run a separate process for schedules is experiences as being a nuisance. Django-q integrated this into each cluster. Amount of configuration options Some people find this a positive, others are confused by them. Amount of configuration needed Doesn't run by default options, See previous point. Django Q should work without configuration except the location of your Redis server if it's not local. Multiple broker choices People seem to love to be able to run the broker of their choice. In response to this I'm currently developing a flexible broker backend and I've added a Disque and a SafeRedisQueue broker to complement the existing Redis broker. Future brokers will include Django ORM, Postgresql, IronMQ and others. Reliable, proven Can't argue with this. Give me a year. Dependent tasks / Workflows General consensus seems to be that it's a nice feature, but poorly implemented. This can be simulated in Django Q with result hooks and groups, but might need some love. Monitoring The majority finds the monitoring sufficient to insufficient. I'm not sure Django Q does this any better at the moment. Warrants investigation.
Ghorz
A post I got on github
Ghorz
The post was in 2015, 5 year past already
George
A post I got on github
i read this from reddit
Ghorz
You can give both a try
Ghorz
Then make a choice
George
celery is pretty studied for me
George
You can give both a try
Do i need to store my files into database still in my task?
Ghorz
No necessary
Ghorz
It's a choice
Ghorz
There are different brokers
Ghorz
Your files can be txt, json
George
Yes
George
but images? :)
George
or even binary files
George
RIGHT, cluster feature, now im listening
George
i read this from reddit
Okay, i guess if you connect the cluster you don't even have to declare your tasks to execute in parallel explicitly, just declare your tasks to run and done.
George
Exactly
noice
Ghorz
.
File type does not matter as long as you can work with it
George
yes
George
i had problems getting results from tasks, for example, if i want to return three images from the task or two images and a json it's a pain to do that in celery and forces you to use a database
Anonymous
Django with vue js not recognizing post primary key https://stackoverflow.com/q/62562884/12596479
Anonymous
Can anyone help me with this?
Rit
Hello new to Django and new to this group...
𝕷𝖚𝖎𝖘𝕱
Hello
Anonymous
Yes
Виктор
"{%url 'details' pk=post.id%}" => "{%url 'details' post.id%}"
Виктор
need this
Anonymous
template error?
Only if I set the delimiters
Rit
I need to to take excel file as input through front end in Django and do operations and display the result in one extra column in same excel file when clicking generate button.... I couldn't find any videos or lecture regarding this please help to find any?...
Виктор
Виктор
or u can make in front via JS
Rit
Fornt end is ok ....I can do Is there any lecturers in internet for solving this.
Anonymous
try delete pk=
Hey, it's still not working
Виктор
Hey, it's still not working
error log send via dpaste.de
Anonymous
error log send via dpaste.de
No reverse match found
Виктор
ok, its your problem, looks url
Виктор
can u send ur source urls and app urls in dpaste.de?
Keshav
How can I build a realtime chat using django for back-end, any suggestions?
Keshav
Any inbuilt api that I can use?
Виктор
u can use ajax requests to keep alive connection, but is bad
Виктор
Any inbuilt api that I can use?
looks django channels pakage
Виктор
is easy for this
Keshav
is easy for this
Okay. The tutorial that I found were for django version 2.0 How much have the things changed between the 2.0 and django 3?
Anonymous
can u send ur source urls and app urls in dpaste.de?
Yes I have pasted the URL on the link you have provided
Imran
Anyone working on blade logic server
Виктор
Yes I have pasted the URL on the link you have provided
can u rename url-name to 'sup_detail' and in template " {% url "sup_detail" post.id %}"?