How to create Graphs and charts on Relational ORM

2019-10-26 Thread Balaji Shetty
Hi Everyone Happy Diwali . I have one query I want to create different Charts. It may include Aggregate query like avg,min,max,sum,count,group by also. Query is to perform on multiple models which are connected by Foreign key. Can you please suggest any library or package for getting these

Django leaflet

2019-10-26 Thread Perceval Maturure
Hi all How do u wire your template and view to display maps in Django leaflet Sent from my iPhone -- 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

Re: Celery with SQS

2019-10-26 Thread Rogerio Carrasqueira
Hello Jason! Thanks for your reply, it is not so easy to move from 1.4.22 to 2.2, it a big leap. I can upgrade the celery to 4.3, but I don't know if it will work well with Django 1.4.22. Do you have a clue about what could be this issue? Thanks Rogério Carrasqueira Em sáb, 26 de out de

Django issues on upgradation

2019-10-26 Thread Abhay Pan
Hi All, I have raised an issue. Can any of you provide some insight on this? That would be really helpful for me. https://stackoverflow.com/questions/58570933/decorator-got-an-unexpected-keyword-argument-trim-url-limit

Re: Celery with SQS

2019-10-26 Thread Jason
both those versions are severely out of date, so I would first suggest to update. current version of celery is 4.3, and django is 2.2. If you have reasons to move from rabbit to SQS, why not update everything else while you're at it? -- You received this message because you are subscribed

Celery with SQS

2019-10-26 Thread Rogerio Carrasqueira
Hello All! I'm using Celery 3.1 with Django 1.4.22 and I want to move from RabbitMQ to SQS. I've setup the celery and all scheduled tasks are running as well. But when I have to use the method add_consumer, the jobs are not consumed by the worker and no response from then. See what I'm doing:

Re: ModuleNotFoundError: No module named 'mysite.polls'

2019-10-26 Thread DP Mishra
Can u plz show ur codes as well as ur directory structure. On Sat, 26 Oct, 2019, 10:30 PM Beto Joaquim, wrote: > hello guys I'm new on Django and I would like to ask your help, I've added > "mysite.polls'' to my SETTINGS > Installed app... but it still say " > ModuleNotFoundError: No module

ModuleNotFoundError: No module named 'mysite.polls'

2019-10-26 Thread Beto Joaquim
hello guys I'm new on Django and I would like to ask your help, I've added "mysite.polls'' to my SETTINGS > Installed app... but it still say " ModuleNotFoundError: No module named 'mysite.polls'" -- You received this message because you are subscribed to the Google Groups "Django users"

Django integration with Snowflakes database

2019-10-26 Thread Vikash Barnwal
Can anyone help me on integration of Django with *Snowflakes database.* I want to know that does Django supports customize database like *Snowflakes database *or not. Please feel free to reach me on My mail ID and contact number as; vikashbarnwal...@gmail.com, 8249487723. -- You received this

RE: Database ORM query Help

2019-10-26 Thread dvdcedar
Thanks for the recommendation. The raw SQL method worked for me. Would be good to know how to accomplish this using the Django ORM query set. Basically I have a list of games, the user may choose to update the name for example and instead of the object being updated a new object is created