We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb20ee commit cabcfa1Copy full SHA for cabcfa1
Makefile
@@ -7,7 +7,7 @@ example: ## Run the example application
7
--noinput --username="$(USER)" --email="$(USER)@mailinator.com"
8
python example/manage.py runserver
9
10
-example_test: ## Run the test suite for example application
+example_test: ## Run the test suite for the example application
11
python example/manage.py test example
12
13
test: ## Run the test suite
0 commit comments