From 873676fb614fd0a51bf689f2afbbd53cb6dc70ea Mon Sep 17 00:00:00 2001 From: Fred Date: Sat, 26 Dec 2020 20:25:13 +0100 Subject: [PATCH] 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/ --- source/part-1-workspace/django/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/part-1-workspace/django/_index.adoc b/source/part-1-workspace/django/_index.adoc index be69bef..8a69a50 100644 --- a/source/part-1-workspace/django/_index.adoc +++ b/source/part-1-workspace/django/_index.adoc @@ -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 --name=Vagrantfile --extension=py --extension=sls +django-admin.py startproject --template=https://[...].zip ---- \ No newline at end of file