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 6636f93 commit 83d62efCopy full SHA for 83d62ef
README.md
@@ -2,8 +2,13 @@
2
3
This is the starter template for the Django-MongoDB Backend. In order to use, with your version of `django-mongodb-backend` and `django`:
4
5
-* Find your Django version.
6
-* Based on your Django version, provide that in the link defined below.
+* Find your Django version. To do so from the command line, make sure you have django installed and type:
+
7
+```bash
8
+django-admin --version
9
+>> 5.0
10
+```
11
12
13
## Create the Django Project
14
From your shell, run the following command to create a new Django project replacing the `{{ project_name }}` and `{{ version }}` sections.
0 commit comments