From 40a36d9b28a684894de4e9bb319a196ee654915e Mon Sep 17 00:00:00 2001 From: suphicakir Date: Sun, 6 Sep 2026 00:07:08 +0300 Subject: [PATCH] README.md changed --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8229529..88904ca 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ From the directory that contains this repository, create a new project with: django-admin startproject myproject --template=djangotemplate/django_template ``` +``` +django-admin startproject myproject \ + --template=https://gitea.ta1sph.info/suphicakir/django-template-v2/archive/main.zip +``` For this repository's virtual environment, use: ```bash