You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 should've happened instead?
pipenv run ./manage.py initialize_shop_demo should install the fixtures
What happened?
pipenv run ./manage.py initialize_shop_demo
crashes with the errordjango.db.utils.OperationalError: Problem installing fixtures: no such table: filer_folder__old
What should've happened instead?
pipenv run ./manage.py initialize_shop_demo
should install the fixturesSteps to reproduce
confirm standart settings
cd my-shop pipenv install --sequential npm install pipenv run ./manage.py initialize_shop_demo
Host system configuration
Arch Linux
The text was updated successfully, but these errors were encountered: