-
Every ~30 seconds need to evaluate how the battles on the map are going and update the amount of equipment each unit has.
Using a [Django Background Task](https://django-background-tasks.readthedoc…
-
### Environment
* Nautobot version: 2.3.11
* Python version: 3.11.10
* Database platform, version: Whatever demo.nautobot.com uses
* Middleware(s): No extras
### Steps to Reproduce
1. Log into…
-
Given the following models:
```python
class Tag(Model):
name = CharField()
class Article(Model):
tags = ManyToManyField(Tag)
```
How would I write an Oso policy that allows access…
-
We have a destop application, which backend uses django.
Every time provide a new version will package a software pack.
Now I want to introduce django-q to our project for async operation.
Usually …
-
The playbook finishes successfully, with no failures. However when I try to sign up as a new user, I get the error "Server error - An error occurred while processing your request." (https://ibb.co/PhH…
-
Hi,
We're getting bad performance when the below query is executed every 30s.
Could you please tell me if we can have any indexes in the table `django_q_schedule`?
(Because the query is executed…
-
Hi!
I have a model like
```python
class HalfOpen(models.Model):
class Rating(models.IntegerChoices):
VERY_BAD = -2, "Very bad"
BAD = -1, "Bad"
NEUTRAL = 0, "Neutra…
-
Assume this simple docker-compose file
```
version: "3.9"
services:
redis:
image: redis:alpine
ports:
- 6379:6379
web:
build: .
command: python manage.py r…
-
i am trying to detect object with tensorflow in background task but django q process i getting stuck when calling tensoflow to detect object
-
Django 4.2
django-cte 1.3.3
postgres 12
There is an SQL query that is needed to be performed via CTE in Django:
```sql
WITH RECURSIVE "cte" AS (SELECT "a"."id",
…