Skip to content

Commit 83d62ef

Browse files
authored
Update README.md
1 parent 6636f93 commit 83d62ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
This is the starter template for the Django-MongoDB Backend. In order to use, with your version of `django-mongodb-backend` and `django`:
44

5-
* Find your Django version.
6-
* Based on your Django version, provide that in the link defined below.
5+
* Find your Django version. To do so from the command line, make sure you have django installed and type:
6+
7+
```bash
8+
django-admin --version
9+
>> 5.0
10+
```
11+
712

813
## Create the Django Project
914
From your shell, run the following command to create a new Django project replacing the `{{ project_name }}` and `{{ version }}` sections.

0 commit comments

Comments
 (0)