We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0556474 commit bfb8711Copy full SHA for bfb8711
README.md
@@ -26,8 +26,14 @@ $ pip install --pre django-mongodb-backend==5.0.*
26
27
From your shell, run the following command to create a new Django project
28
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.0.x.zip` at the end of
+at the end of the template link corresponds to your version of Django.
+
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.0.x.zip` at the end of
37
the template url to get the template for any Django version matching 5.0:
38
39
```bash
0 commit comments