Nikhil
guys how to integrate opencv and django ?
Raj
Hello everyone, One doubt pls clarify. Whenever I made changes to the project and/or add new feature code, do I have to build the docker container (by "docker build .") or docker-compose build everytime or only at the start of the project?
Ekky
Is there any good guide? I heard django doesn't support mqtt
https://www.eclipse.org/paho/index.php?page=clients/python/docs/index.php I use this guide
Alessio
hi everyone. I got the following constraint on the model: unique_together = [[‘company_from’, ‘company_to’], [‘company_to’, ‘company_from]] how can I achieve the same result – check the bidirectional connection between the companies already exists – with using constraints = [models.UniqueConstraint(…)] ? thanks.
Umar
I am having trouble linking django to ml model can anyone help me
Explain your problem explicitly. What are you trying to do. What you have done
Anonymous
Unable to import App name in settings #beginnerhere
Hamouda
anyone can help me on that ?
Anonymous
Hello! I have model company in django which has OnetoOne relationship with client, when I create the company obviously I must link it with client, so far so good.. but the problem appears when I want to update others field in my model company, because tells me that client is required field. How can I fix this ?
Dharmendra
Django MARATHI Reporting tool?
Dharmendra
Need pdf data in marathi font
ROG 💻
Hello everyone, I have a django project connected to sql server, the client has another database from which I want to consume the information from certain tables of that database, how can I do it?
ROG 💻
read the documentation about using multiple databases ¯\_(ツ)_/¯
in this case I need to consume data from a table from another database without the need to create the model in django
Sopan
Django MARATHI Reporting tool?
I can help you with this
Rapid
🤕
Why celery sucks? :o
Anonymous
Why celery sucks? :o
Very imstable for production
Rapid
You think so? I know many people who use it for production
Rapid
in their websites and software
Rapid
Maybe you are doing something wrong :o?
Rapid
Or did anyone else feels like him?
Rapid
I'm really wondering because I'm trying to decide between Huey and Celery
Anonymous
My celery stopped working, its been 1 month now, dont know what to do The service appears active, but periodic tasks are not executed
Anonymous
I use urlfield in my model but i open this url then its open like http://127.0.0.1:8000/events/myurl but i want when user click on url then user redirect on particular url not localhost/url
kichu
Hey guys.. .i am a beginner .. I have a button in my page i want to send data when i click that then i want to receive the response and display it in the same page... I am searching web for hours, maybe i am searching wrong keywords.. Someone please help me..
kichu
Hey guys.. .i am a beginner .. I have a button in my page i want to send data when i click that then i want to receive the response and display it in the same page... I am searching web for hours, maybe i am searching wrong keywords.. Someone please help me..
I have experience in MERN .. In MERN we send a request from react to node server and after getting response we can show the data ... I want to do this in django.. Maybe i am missing something.. Please help me..
Anonymous
Anyway, my problem with celery is because it is very unstable, and insecure, It stopped working a month ago, and I couldnt get it working again. The daemon appears to be Active, but periodic tasks are not running... That is the problem
âshîsh
You can use cron jobs if you are on unix/linux machine.
Any alternative of crontab like on windows machine ??
Anonymous
You can use cron jobs if you are on unix/linux machine.
I am thinking about using this with webhooks
Mariano
Hi everyone, i have a simple question about django Models and postgresql, why the orm create a Char varying (255) when in models.py i setted TextField ?
~:$
Any alternative of crontab like on windows machine ??
i never used windows as server machine. So NO experience at all.
âshîsh
scheduled tasks
Pls tell me more... 🦊
Charly
Pls tell me more... 🦊
I can't, i don't use windows
âshîsh
Ohk.... Thanks
Charly
Ohk.... Thanks
but google knows a lot, you now know the termt to search
Anonymous
anybody using pycharm here?
Anonymous
Anyone has an exemple of how can I run a Celery Task with cron?
Charly
anybody using pycharm here?
with almost 10k poaple here, its pretty possible
Anonymous
I tried executing python /path/to/task.py Didnt work
Charly
Anyone has an exemple of how can I run a Celery Task with cron?
if you need cron-like scheduling you might want to look at celery-beat
Anonymous
but google knows a lot, you now know the termt to search
i tried creating a virtual environment in pycharm but not working
~:$
Anyone has an exemple of how can I run a Celery Task with cron?
Simple search on google gives you a lot. Give it a try.
Charly
I tried executing python /path/to/task.py Didnt work
but why you want to run a celery task without celery?
Charly
just run a python script
âshîsh
i tried creating a virtual environment in pycharm but not working
Then First create virtual env then select interpreter and locate the python.exe file inside your virtual env
Anonymous
but why you want to run a celery task without celery?
Celery daemon is Active, but tasks are not beeing executed for weeks
~:$
I tried executing python /path/to/task.py Didnt work
Which "python" are you using here? System wide or your virtual env???
âshîsh
but i dont know where my virtual env is
Create new one if you want a fresh start
Charly
Celery daemon is Active, but tasks are not beeing executed for weeks
and you think the best way to solve it is using cron to start these tasks?
Charly
why no just fis the issue with celery?
Anonymous
i got an error
that i dont even understand
Anonymous
why no just fis the issue with celery?
Ive beeing trying this for weeks, have no idea what is going on
âshîsh
i got an error
What error ? Have u i stalled virtual environment on python ? Using pip ?
Charly
Ive beeing trying this for weeks, have no idea what is going on
then an additional layer wont solve your problem
âshîsh
Then create one
Anonymous
then an additional layer wont solve your problem
Maybe it does, cron is stable and have beeing arround for decades..
Charly
Maybe it does, cron is stable and have beeing arround for decades..
but you are stil trying to start a celery task, if you were starting just a python script with no celery that could work
âshîsh
Can use multitasking instead of celery. As an option
~:$
Can use multitasking instead of celery. As an option
What is the problem that celery is trying to solve?
~:$
😳 really?
Johann Bautista
how to deply in django
Doragonsureiyā
how to deply in django
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box, write down the same words you asked here Step 4: Read the first results
victor
I wrote about setting up celery in your Django project, from development to production https://importthis.tech/djangocelery-from-development-to-production