-
Current ENV:
Portainer with 7 Docker hosts in swam mode
Storage:
QNAP with nfs shares
Web UI not loading.
Error NGINX Conatiner:
10.255.250.153 - - [25/Oct/2024:07:44:57 +0000] "GET /static/images/…
-
**Describe the bug**
In our Django project, we have a model with Multiselectfield, when we import an export from this model, we see that these fields are not loaded.
https://pypi.org/project/django-…
-
Hi,
I am again running into something resembling issue #19 ,
it looks like the directory to STATICSITEMAPS_ROOT cannot be absolute with the current setup.
I don't think there is anything …
-
It’s just one extra URL:
```python
from django.urls import path
from django.views.debug import default_urlconf
urlpatterns = [
path("debug/default_urlconf/", default_urlconf),
]
```
-
### Description
Hey Adam,
For the past year, I've been using `django-upgrade` foundations a lot to add some more autofixes rules at work and on some personal projects. They might not all be exactl…
-
A "To Do List" website using Django for multiple users is a web application that allows registered users to create, manage, and track their daily tasks. Each user has their own individual account, and…
-
### Overview
We need a solution to testing data migrations automatically. [`django-test-migration`](https://github.com/wemake-services/django-test-migrations) seems to offer the functionality.
### A…
fyliu updated
1 month ago
-
https://www.notion.so/sentry/DB-models-in-shared-745e0ab88932471db636f6e84a34bec2#7dc347dc6cc24f1f92aa40ba05486a5a
-
![image](https://github.com/user-attachments/assets/ab89d18a-5640-4bcc-98be-4691c58a36e5)
-
### Python Version
3.12.7
### Django Version
5.1.3
### Package Version
2.1.1
### Description
With a local setup, my static files are cropped at 8192 characters.
To be honest, I…