-
**Given**
```python
#models.py
class ParentModel(self):
name = models.CharField
class ChildModel(self):
parent = models.ForeignKey(Parent, related_name='children', on_delete=models…
-
if the revision in last_seen_reviosn has been force pushed upon, i.e, it no longer exists, then checkout fails..
[2016-01-28 06:11:41,285: INFO/Worker-4] Traceback (most recent call last):
[2016-01-2…
-
Hi Patrick,
I have refactored the logic in your `views.py` so that it is a little more Pythonic. The main changes are that I've returned early further up the stack, and updated the formatting. I've l…
-
Recently we had a problem with MySQL availbilty, getting following errors in the oncall-engine log
```
2022-12-05 05:13:58 source=engine:app google_trace_id=none logger=root inbound latency=0.0010…
-
The function tests will randomly fail with the error `django.db.utils.OperationalError: database table is locked`. This problem started showing up a few weeks ago. I've only seen it in CI and have bee…
-
**Describe the bug**
I am unable to successfully run ak export_blueprint command in my workers command line.
For other authentik instances I am running separately, it works just fine. I also noticed…
cougz updated
1 month ago
-
## Situation
I have read https://github.com/kraiz/django-crontab/issues/31 and https://github.com/kraiz/django-crontab/issues/67. I have tried the following setting:
```python
LOGGERS = {
# ..…
-
I have this configuration
```python
LOGGING = {
"version": 1,
"disable_existing_loggers": False,
"filters": {
"require_debug_false": {
"()": "django.utils.log.Re…
-
Hello,
I'm trying to use this lib to pull some data from an API endpoint every 5 sec and insert this data in my db. So far I'm using a toy function with a logger just to see if it works, but I tried …
EKami updated
4 years ago
-
Hello!
I ran in to a problem with Senty Self-Hosted 24.10.0.
Want to note that everything worked fine until 24.4.0, after upgrade getting ImportError.
From the container `web-1` log files:
…