Remove unknown parameters

Current documentation talks about --name and --extension
but I don't really know what this is about.

References:
* https://docs.djangoproject.com/en/3.1/ref/django-admin/
This commit is contained in:
Fred 2020-12-26 20:25:13 +01:00
parent 65001f1a12
commit 873676fb61
1 changed files with 1 additions and 1 deletions

View File

@ -550,5 +550,5 @@ La https://docs.djangoproject.com/en/stable/ref/django-admin/#startproject[docum
[source,bash]
----
django-admin.py startproject --template=https://github.com/notanumber/django-vagrant/archive/master.zip <my_project> --name=Vagrantfile --extension=py --extension=sls
django-admin.py startproject --template=https://[...].zip <my_project>
----