-
Recently watched Building theatlantic.com homepage’s WYSIWYG admin with Django and Knockout
I could the repo and ran ./setup.sh. However, setup fails with the following:
Installing collected packag…
-
get error when pk is uuid.
```
ERROR 2021-03-28 17:29:30,102 log 1274593 140551966910016 Internal Server Error: /en-us/manager/trades/order/f1f522e9-4e00-4401-8700-0ce6ba6879db/change/
Traceback …
-
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…
-
After successful authentication to the admin page, redirection to the always the same non-existing address "/admin/sprite-8cfe9c6c/" sometimes occurs instead of registered URL-path "/admin/" (wagtail …
-
### Environment
* Python version: 3.11.9
* Nautobot version: 2.2.4
* nautobot-ssot version: *How can I get that?* **probably** 2.6.1
### Expected Behavior
The /plugins/ssot/history/ would …
-
Hello! In my Django project I want to use your app. I successfully install app and make settings, also registered models for translation as it was recommended in docs.
**Question**: Is it possible …
-
MENU config seems to be ignored. Other directives are OK.
``` py
# Django settings for mysite project.
import os, sys
MYDIR = os.path.dirname(os.path.abspath(__file__))
DEBUG = True
TEMPLATE_DEBUG =…
-
```
What steps will reproduce the problem?
1. set DJANGO_STYLE_MODEL_KIND = False in settings.py
2. The datastore entity of admin users in GAE changes from auth_users to Users.
3. .try to login to adm…
-
## What happened?
`pipenv run ./manage.py initialize_shop_demo` crashes with the error
`django.db.utils.OperationalError: Problem installing fixtures: no such table: filer_folder__old`
## What…
-
**Describe the bug**
If the history is added to a model, which allows to have in his primary key a '/' this does store the history correctly in the database, but when trying to access the history of …