File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
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
4
5
- * Find you Django version.
5
+ * Find your Django version.
6
6
* Based on your Django version, provide that in the link defined below.
7
7
8
- ` django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip `
8
+ ## Create the Django Project
9
+ From your shell, run the following command to create a new Django project replacing the ` {{ project_name }} ` and ` {{ version }} ` sections.
10
+
11
+ ``` bash
12
+ django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip
13
+ ```
9
14
10
15
Below is an example:
11
16
12
- For a template that works with ` django==5.0.* `
17
+ For a project name ` 5_0_exmaple ` that runs on ` django==5.0.* ` :
13
18
14
- ` django-admin startproject 5_0_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip `
19
+ ``` bash
20
+ django-admin startproject 5_0_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip
21
+ ```
You can’t perform that action at this time.
0 commit comments