File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ $ pip install --pre django-mongodb-backend==5.0.*
19
19
### Start project
20
20
21
21
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
23
23
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:
25
26
26
27
``` bash
27
28
$ django-admin startproject example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip
You can’t perform that action at this time.
0 commit comments