Skip to content

Commit 57ae5b4

Browse files
authored
Merge pull request #6 from pyb4430/dev
readme url update, temp fix the failure of test_celery.py when runnin…
2 parents abf731b + 7f0cb24 commit 57ae5b4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Go to the directory where you want to create your project and run:
7171

7272
```bash
7373
pip install cookiecutter
74-
cookiecutter https://github.com/tiangolo/full-stack-fastapi-postgresql
74+
cookiecutter https://github.com/pyb4430/full-stack-fastapi-postgresql
7575
```
7676

7777
### Generate passwords

{{cookiecutter.project_slug}}/scripts/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ config > docker-stack.yml
1414
docker-compose -f docker-stack.yml build
1515
docker-compose -f docker-stack.yml down -v --remove-orphans # Remove possibly previous broken stacks left hanging after an error
1616
docker-compose -f docker-stack.yml up -d
17+
# A non-fix for test_celery.py failure
18+
sleep 2
1719
docker-compose -f docker-stack.yml exec -T backend bash /app/tests-start.sh "$@"
1820
docker-compose -f docker-stack.yml down -v --remove-orphans

0 commit comments

Comments
 (0)