skip to Main Content

Ubuntu – crontab django Erorr

I'm trying to start simple crontab-django job scheduled (os is Ubuntu 20.04): this is the myapp/cron.py file as mentioned in the documentation cron.py from .models import Cats def my_scheduled_job(): Cats.objects.create(text='Testt') and this is the settings i used frm the documentation…

VIEW QUESTION

Redis – Channels django

I'm trying to get django channels to work with daphne, but I can't connect rooms, the app runs good,but whenever I run the app, and open a "room" websocket it automatically disconnects, it is worth mentioning that my site is…

VIEW QUESTION
Back To Top
Search