kopia lustrzana https://github.com/wagtail/docker-wagtail-develop
Fix docstring
rodzic
281c6dbd87
commit
6e7da33e89
2
Makefile
2
Makefile
|
@ -40,5 +40,5 @@ migrations: ## Make migrations to the wagtail bakery site
|
|||
migrate: ## Migrate the wagtail bakery site migrations
|
||||
docker-compose exec web python manage.py migrate
|
||||
|
||||
test: ## Run all wagtail tests or pass in a file with `make test file=wagtail.admin.tests.test_name.py`
|
||||
test: ## Run all wagtail tests or pass in a file with `make test file=wagtail.admin.tests.test_name`
|
||||
docker-compose exec -w /code/wagtail web python runtests.py $(file) $(FILE)
|
||||
|
|
Ładowanie…
Reference in New Issue