Skip to content

Commit 2870f79

Browse files
committed
Merge pull request mongodb-labs#34 from aclark4life/main
Move project* under `dm proj`, app* under `dm app`
1 parent 07d1ec4 commit 2870f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_cli/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def app(context):
3535

3636

3737
@app.command()
38-
@click.argument("app_name", required=False, default="mongo_app")
38+
@click.argument("app_name", required=False, default="test_app")
3939
def start(app_name):
4040
"""Run startapp command with the template from src/django-mongodb-app."""
4141

0 commit comments

Comments
 (0)