Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 0fb7e39

Browse files
committed
Better error message
1 parent af1a6a3 commit 0fb7e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_vuejs/django.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def djstartvueapp(ctx, project):
100100
ctx.forward(djangofy)
101101
ctx.invoke(djangofy, project=project)
102102
else:
103-
click.echo(click.style('Invalid django project directory', fg='red'))
103+
click.echo(click.style('Invalid django project directory. `manage.py` not found.)', fg='red'))

0 commit comments

Comments
 (0)