Skip to content

Commit 0d662e0

Browse files
committed
revised template explanation
1 parent 6efce63 commit 0d662e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ $ pip install --pre django-mongodb-backend==5.0.*
1919
### Start project
2020

2121
From your shell, run the following command to create a new Django project
22-
called `example` based on a custom template. Make sure the zipfile referenced
22+
called `example` using our custom template. Make sure the zipfile referenced
2323
at the end of the template link corresponds to your
24-
version of Django. This snippet useso get the latest compatible release for Django 5.0.x:
24+
version of Django. The snippet below specifies `5.0.x.zip` at the end of
25+
the template url to get the template for any Django version matching 5.0:
2526

2627
```bash
2728
$ django-admin startproject example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip

0 commit comments

Comments
 (0)