Skip to content

Commit d85de60

Browse files
authored
provide django version check guidance (#245)
1 parent 8a68061 commit d85de60

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ $ pip install --pre django-mongodb-backend==5.1.*
2626

2727
From your shell, run the following command to create a new Django project
2828
called `example` using our custom template. Make sure the zipfile referenced
29-
at the end of the template link corresponds to your
30-
version of Django. The snippet below specifies `5.1.x.zip` at the end of
29+
at the end of the template link corresponds to your version of Django.
30+
31+
You can check what version of Django you're using with:
32+
```bash
33+
$ django-admin --version
34+
```
35+
36+
The snippet below specifies `5.1.x.zip` at the end of
3137
the template url to get the template for any Django version matching 5.1:
3238

3339
```bash

0 commit comments

Comments
 (0)