Skip to content

Commit

Permalink
provide django version check guidance (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibola authored Feb 3, 2025
1 parent 8a68061 commit d85de60
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ $ pip install --pre django-mongodb-backend==5.1.*

From your shell, run the following command to create a new Django project
called `example` using our custom template. Make sure the zipfile referenced
at the end of the template link corresponds to your
version of Django. The snippet below specifies `5.1.x.zip` at the end of
at the end of the template link corresponds to your version of Django.

You can check what version of Django you're using with:
```bash
$ django-admin --version
```

The snippet below specifies `5.1.x.zip` at the end of
the template url to get the template for any Django version matching 5.1:

```bash
Expand Down

0 comments on commit d85de60

Please sign in to comment.