Re: Fabric as a WebApp

2024-10-03 Thread Jonah Katz
You should try using the Django AI Chat Assistant in VS Code. Can be pretty helpful with these kinds of things https://marketplace.visualstudio.com/items?itemName=buildwithlayer.django-integration-expert-Gus30 On Monday, September 30, 2024 at 8:13:26 PM UTC-4 Abdul Qoyyuum Haji Abdul Kadir wro

Re: Fabric as a WebApp

2024-09-30 Thread Abdul Qoyyuum Haji Abdul Kadir
I still don't understand. Can you explain with a code example? On Mon, 30 Sept 2024 at 23:46, Hernan Gustavo wrote: > To resolve the task to apply async calls on this app using celery it's > more easy. You can use the apply_async method to resolve this issue. > > El lun, 30 sept 2024 a la(s) 10:

Re: Fabric as a WebApp

2024-09-30 Thread Hernan Gustavo
To resolve the task to apply async calls on this app using celery it's more easy. You can use the apply_async method to resolve this issue. El lun, 30 sept 2024 a la(s) 10:03 a.m., Abdul Qoyyuum Haji Abdul Kadir ( abdul.qoyy...@gmail.com) escribió: > Thanks. Can you explain a little bit more on h

Re: Fabric as a WebApp

2024-09-30 Thread Abdul Qoyyuum Haji Abdul Kadir
Thanks. Can you explain a little bit more on how celery can help stream the output prompts from Fabric commands for me to input them, so that it continues its process? E.g. of a Fabric task where we need to get the latest git commit of a puppet configuration (this will prompt for the root password

Re: Fabric as a WebApp

2024-09-30 Thread Obodoma Uzondu Vincent
Use celery. It is easy to implement. On Monday, September 30, 2024, Abdul Qoyyuum Haji Abdul Kadir (Agent Q) < abdul.qoyy...@gmail.com> wrote: > Hi all, > > I'm working on a Django project that puts Fabric into a webpage. The idea > is simple, make a Fabric task that automates remote code executi

Fabric as a WebApp

2024-09-29 Thread Abdul Qoyyuum Haji Abdul Kadir (Agent Q)
Hi all, I'm working on a Django project that puts Fabric into a webpage. The idea is simple, make a Fabric task that automates remote code execution from a webpage to authenticated/connected/authorized servers/machines/switches with a click of a button on a webpage with Fabric. Example usage a