Merge pull request #1838 from timorieber/cleanup/vagrant

Removed Vagrantfile from startproject command
This commit is contained in:
Matt Westcott 2015-10-16 23:57:00 +01:00
commit 29a62f6b16

View file

@ -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]