From a990bccff4d46b0d789e87a50b647495575aaf98 Mon Sep 17 00:00:00 2001 From: Timo Rieber Date: Sat, 17 Oct 2015 00:14:55 +0200 Subject: [PATCH] Removed Vagrantfile from startproject command --- wagtail/bin/wagtail.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wagtail/bin/wagtail.py b/wagtail/bin/wagtail.py index 16780dbfa9..da23077017 100644 --- a/wagtail/bin/wagtail.py +++ b/wagtail/bin/wagtail.py @@ -43,7 +43,6 @@ def create_project(parser, options, args): utility_args = ['django-admin.py', 'startproject', '--template=' + template_path, - '--name=Vagrantfile', '--ext=html,rst', project_name]