mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 18:14:48 +00:00
Merge pull request #1838 from timorieber/cleanup/vagrant
Removed Vagrantfile from startproject command
This commit is contained in:
commit
29a62f6b16
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue