File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ In order to use it with your version of Django:
8
8
9
9
``` bash
10
10
django-admin --version
11
- >> 5.0
11
+ >> 5.1
12
12
```
13
13
14
14
## Create the Django project
@@ -20,9 +20,9 @@ replacing the `{{ project_name }}` and `{{ version }}` sections.
20
20
django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip
21
21
```
22
22
23
- For a project named ` 5_0_example ` that runs on ` django==5.0 .* `
23
+ For a project named ` 5_1_example ` that runs on ` django==5.1 .* `
24
24
the command would look like this:
25
25
26
26
``` bash
27
- django-admin startproject 5_0_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0 .x.zip
28
- ```
27
+ django-admin startproject 5_1_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.1 .x.zip
28
+ ```
You can’t perform that action at this time.
0 commit comments