-
[BE-2]: Django Admin configuration for DB testing purpose.
For the models and DB testing, we can configure default admin panel.
-
When viewing a source in the interface on the production server, one of two things can happen:
1. (as intended) the source is displayed and highlights are loaded;
2. (bug) source download stalls, …
-
https://stackoverflow.com/questions/75053308/django-test-migrations-failing-when-using-multiple-postgres-schemas-in-django
-
**Description:**
We recently migrated a substantial project to the `django-cookiecutter` framework. Following this transition, we encountered significant issues with our IDE (PyCharm). Specifically…
urzbs updated
3 months ago
-
**Describe the bug**
Run the tests from the develop branch some are failing, this one on a template issue:
```
$ python manage.py test django_ledger.tests.test_bill.BillModelTests.test_bill_detail
…
-
We have [Admin UI performance improvements #80](https://github.com/wagtail/roadmap/issues/80) on the Wagtail roadmap, which is currently very open-ended. We need to do a benchmark of the Wagtail admin…
-
I was using this package with mixed results in the past.
I always found very difficult to set up the experiments correctly.
If the test should have statistical significance, I should first calcula…
-
**Describe the task**
Migrate Django from 2.2 to Django 3.2.
**Purpose**
Django 2.2 is unsecure and unsupported. We need to update to Django 3.2 to have a supported version. There will be breaking ch…
-
I'm struggling to get all my test cases running again after switching to django-tenant-schemas. I'm heavily using djangorestframework v2.4.4 for API views.
Using TenantClient I get a full HTML respons…
-
I just recently upgraded from `django-debug-toolbar==2.2` to `django-debug-toolbar==3.1.1`. Unfortunately, I did this after a few changes to the core behaviour of the project in question, and so upon …