hassaanalansary
hassaanalansary
thank you very much @pratikone for your solution, it worked for me, even that i dont understand it fully. but I cant use --onefile?? because moviepy look for fx at...
Sorry i don't understand what you are trying to do. Can you please explain with minimum code what you are doing and what is the error you get?
Hello @Ryang20718 you need to create a `QBDTask` to sync your Model object to This is a snippet pulled from my production code ```python # Add something like this to...
Instance is supposed to be `Customer` in your case
Yes, however your code doesn't really create the customer in the database You should .save() And make sure you have redis working
I noticed 2 things You are trying to perform an action on the Customer resource in QB but you didn't provide django_quiclbooks with the mapping between your Customer model and...
sorry missed your message: I imagine you have figured it out by now you can do so by add QBDTask for qb_operation=QUICKBOOKS_ENUMS.OPP_QR to the Resource that you want to query
If you want, can you please open a PR with documentation about the issues that you have faced and how you have fixed them? This will others trying to use...
when you issue the `query` task. QB desktop will send you the customers in a response all responses are handled ResponseProcessor refer to my first comment you need to define...
I don't think you have installed it correctly, Make sure to add it to INSTALLED_APPS