Tyler McClure
Tyler McClure
This is a 2x error.
@hassaanalansary ohh okay, I just noticed that the queue_manager.py in django-quickbooks was using RabbitMQ, this is where I am currently stuck. Will switch to Celery/Redis and try to reimplement QueueManager....
I have Redis and Celery setup/installed in my Django project. I am having a hard time understanding what the publish_message() function now needs to be. ``` @shared_task() def publish_message(self, msg,...
@hassaanalansary Ahhh I pip installed and it looks like RedisManager in queue_manager.py isn't there on pypi. Thank you for the input, will test more today. If you would be interested...
@hassaanalansary Awesome, just sent you one for 11am tomorrow. @bill-ash If you want to hop on the same call you can, send me your email and I'll send you the...
@hassaanalansary One last confusion I have is how to build the model and to_qbd function for many. Example is I need to add many SalesOrderLines ``` class SalesOrderLineAdd(models.Model): list_id =...