Merge pull request #1838 from timorieber/cleanup/vagrant

Removed Vagrantfile from startproject command
pull/1839/head
Matt Westcott 2015-10-16 23:57:00 +01:00
commit 29a62f6b16
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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