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 07d1ec4 commit 2870f79Copy full SHA for 2870f79
django_mongodb_cli/app.py
@@ -35,7 +35,7 @@ def app(context):
35
36
37
@app.command()
38
-@click.argument("app_name", required=False, default="mongo_app")
+@click.argument("app_name", required=False, default="test_app")
39
def start(app_name):
40
"""Run startapp command with the template from src/django-mongodb-app."""
41
0 commit comments