-
Using the example of repository.
django.core.exceptions.ImproperlyConfigured: 'libsql.db.backends.sqlite3' isn't an available database backend or couldn't be imported. Check the above exception. To…
-
#### What's going wrong?
#### How can the `cookiecutter-django-rest` team reproduce the problem?
OS: Fedora Workstation 40, kernel 6.10.11-200.fc40
- Scaffold the project with `cookiecutter gh:…
-
### Deployment Method
- [x] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [x] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a…
-
### Python Version
3.11.10
### Django Version
4.2.15
### Package Version
1.22.1
### Description
This is a follow up issue from https://github.com/adamchainz/django-upgrade/issues/…
-
The check404 function does some implicit checks (e.g. webpages with django debugging enabled) by parsing the 404 error page.
This design has the downside that it is not possible to explicitly call …
-
`ruff check` produces false positive DJ012 for Django models like so:
```
class Person(models.Model):
name = models.CharField(xxxx)
def __init__(self, *args, **kwargs):
…
-
### Self-Hosted Version
24.8.0
### CPU Architecture
x86_64
### Docker Version
27.2.0
### Docker Compose Version
2.29.2
### Steps to Reproduce
Clone the self-hosted Sentry repository.
### Sen…
-
This warning arises on a ` python manage.py check`:
````
WARNINGS:
?: (templates.E003) 'static' is used for multiple template tag modules: 'django.templatetags.static', 'tendenci.apps.theme.templ…
-
[Django 5.0.3 is now available](https://www.djangoproject.com/weblog/2024/mar/04/security-releases/), we should check if any changes are required to support it.
Note: Django 5 only supports Python …
-
## Description
Hi everybody! I try to produce (and publish!) one page containing a placeholder with a text-plugin and a static-alias with a text-plugin via cms.api but the example at https://d…