We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command pydev installation ends with this:
pydev installation
... $ docker-compose -p core -fdocker/compose/docker-compose.yml -fdocker/compose/docker-compose.local.yml run --use-aliases admin ./manage.py migrate && ./manage.py migrate --database=log && ./manage.py initdata && ./manage.py collectstatic && ./manage.py sync_permissions && ./manage.py sync_validators Starting core_static_1 ... done Starting core_base_1 ... done Creating core_admin_run ... done postgres:5432 - accepting connections Operations to perform: Apply all migrations: ... Running migrations: ... Applying revolving_loan.0017_migration... OK Applying revolving_loan.0018_migration... OK /bin/bash: line 1: 33 Killed ./manage.py migrate
It fails in different migration every time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Command
pydev installation
ends with this:It fails in different migration every time.
The text was updated successfully, but these errors were encountered: