0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00

Removed Vagrantfile from startproject command

This commit is contained in:
Timo Rieber 2015-10-17 00:14:55 +02:00
parent 0c93d133c3
commit a990bccff4

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]