-
Hi,
When starting the production compose file, I am encountering the following error in the celery worker container:
```
...
File "/home/wger/.local/lib/python3.12/site-packages/celery/fixups/djang…
-
I am having some issues getting tabby-web to deploy correctly using docker-compose, below is my config file. (Replaced variables with dummy data)
```yml
services:
tabby:
build: .
…
-
Hi. This seems like a bug, as I couldn't find anything in the documentation which would explain it. I could create a pull request with a failing test if this does need fixing.
## What happened?
Th…
-
# GNIP 92 - non-spatial structured data as (pre)viewable FAIR datasets
## Overview
We need to store structured non-spatial datasets besides geodata as GeoNode resources. The non-spatial datasets…
-
```
A query using both a slice and select_related with a parameter will fail.
Django 1.0-final-SVN-9037
SQL Server 2000, Windows 2003 Server
models.py:
class Page(models.Model):
id = models.AutoF…
-
Hi
I'm migrating a DB from MySql 8.x to PG 10.2.x When I run:
```
pgloader mysql://root:example@localhost:3307/goodtorent postgres://postgres:postgres@localhost:5433/postgres
```
The res…
-
Hi,
Joplin web is up and running and have connected a custom domain. When I log into Django administration, I see Server Error (500). In the logs:
HTTP b'POST' request for ['127.0.0.1', 50508]
…
-
I'm using mysql version 5.5 on os-X and using django-nose with REUSE_DB =1 and number of tests is 0 but still running
python manage.py test
takes roughly 15 seconds to run .
looking at mysql log…
-
Hi,
is it possible to do into the DAO a join with 2 entities who are link with foreign key ?
In order to have the parent and a list of children into the parent object ?
And if we have always th…
-
```
When trying to search all the data in the table i am un able it only allows
me to search threw a few rows.
I am running Django 1.0, Djapian SVN, and Xapian what ever I got with sudo
apt-get.
M…