Skip to content

Commit bdc7efe

Browse files
authored
Update readme for 5.1 (#11)
1 parent 3d0ba76 commit bdc7efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In order to use it with your version of Django:
88

99
```bash
1010
django-admin --version
11-
>> 5.0
11+
>> 5.1
1212
```
1313

1414
## Create the Django project
@@ -20,9 +20,9 @@ replacing the `{{ project_name }}` and `{{ version }}` sections.
2020
django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip
2121
```
2222

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.*`
2424
the command would look like this:
2525

2626
```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+
```

0 commit comments

Comments
 (0)