-
**Décrivez le bug**
Lors du lancement de l'applicatif l'erreur suivante apparaît :
`django.db.utils.OperationalError: no such table: django_site`
**Comment le reproduire ?**
Les étapes pour re…
-
我的操作
# 在www目录下
`python manage.py makemigrations && python manage.py migrate`
在/aswan/config/develop.py配置的redis,mysql.mysql使用命令行连接可以.
报错
`File "/usr/local/lib/python3.7/site-packages/pymysql/c…
-
https://github.com/wemake-services/django-test-migrations/blob/master/django_test_migrations/contrib/django_checks.py#L47
@skarzi are you interested in helping me out?
-
```console
$ nix shell nixpkgs#archivebox
error:
… while evaluating the attribute 'drvPath'
at /nix/store/c05d1sqfhkl93p3j5ykic68mgg1gsrvb-source/lib/customisation.nix:365:7:
…
-
Hey,
One of the purpose for tonight's meeting is for me to fully understand the taipy.auth mechanism in great details.
For example, I'd like to load my Django database which could be Postgres wi…
-
Our system checks are growing rapidly (and so their tests are) and we still don't cover most of it. Many of those checks has repeatable parts and result in repeatable code (and tests). We should chang…
-
I am trying to run the following app.
```python
from django.db import models
from nanodjango import Django
from django.db.models import Model
from django.contrib.auth.models import User
fro…
-
Hey @ewjoachim and @medihack an interesting error we got from 2 AM to 10 AM this morning. OperationalError: the connection is closed. Here is the stack trace (below). I think it might be related to #1…
-
### Describe the issue
The setter method used for the `DUMMY_FIELDS` for `first_name` and `last_name` in the `weblate.auth.models.User` is not working with the `django` internal `get_or_create()` `de…
-