Changes between Initial Version and Version 1 of Ticket #32793, comment 4
- Timestamp:
- May 28, 2021, 11:08:48 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32793, comment 4
initial v1 1 I created an example project which shows the problem. It brings up two container one for mysql and another for a simple django project. After startup time (you must wait some time after second container got ready, because it must finish migration process) you can get the failure error using:1 I created an example project which shows the problem. It brings up two containers one for mysql and another for a simple django project. After startup time (you must wait some time after second container got ready, because it must finish migration process) you can get the failure error using: 2 2 {{{ sudo docker-compose exec db python manage.py test api.tests --keepdb }}} 3 3