-
Traceback from 2022-08-26:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute…
-
### Environment
* Nautobot version (Docker tag too if applicable): v1.5.14
* Python version: 3.8
* Database platform, version: Postgres
* Middleware(s): Standard
This was uncovered while try…
-
When adding a new tenant on staging, getting this error. Not sure which commit is causing this, I'll add more details as I find.
EDIT1: user_id=5 is the bytedeck.admin account I was signed in as. …
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
upgrade to 24.1.0 from 23.8.0
from sentry/config.yml
```
mail.backend: 'smtp'
mail.host: mail6.serve…
-
I made a test app to highlight this bug: https://github.com/amarandon/trypipeline/tree/with-pipeline
I have a trivial test:
``` python
from django.test import TestCase
class TestHome(TestCase):
…
ghost updated
8 years ago
-
Hello there, I am still new to Ninja and I have had a hard time trying to figure out how to use the test clients provided in the testing package, and I couldn't find in the documentation any clue on h…
-
I am getting the following error when saving MPTT models since I updated
package versions:
django-mptt==0.8.7
Django==1.11
The issue appears to be with one of the mptt default fields `_order`
…
-
./manage.py createdb is not recognized, and using syncdb throws the following traceback:
./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 29, in
execute_from_comm…
-
When I build `deepqa:latest` image, from the root directory:
```bash
docker build -t deepqa:latest .
```
get error:
```Step 11/13 : RUN python3 manage.py makemigrations
---> Running in 7663467…
-
[root@localhost SQLiScanner]# python manage.py migrate
Operations to perform:
Apply all migrations: auth, admin, contenttypes, sessions, scanner, djcelery
Running migrations:
Rendering model s…