Re: Error installing mysqlclient in WSL2, Ubuntu 20.04.

2023-03-27 Thread Hernan Gustavo
This is a problem with the legacy install. Try to install it with the command pip install mysqlclient --use-pep517 El dom, 26 mar 2023 a la(s) 14:42, Muhammed Lawal ( lawalmuhammed...@gmail.com) escribió: > Hello everyone. > I'm trying to setup MySQL server for my django project but I couldn't ge

Re: Salutation

2024-09-30 Thread Hernan Gustavo
Hi *Sreedhar.* Can you show us your docker files? Dockerfiles and .yml El lun, 30 sept 2024 a la(s) 10:00 a.m., Sreedhar p (psridhar...@gmail.com) escribió: > Can any one explain how to connect django site with sql in docker > containers > I created two containers one for application and one for

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