File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- # Django MongoDB Project Template
1
+ # Django MongoDB Backend - Project Template
2
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 ` :
3
+ This is a Django project starter template for the Django MongoDB Backend.
4
+ In order to use it with your version of Django:
4
5
5
- * Find your Django version. To do so from the command line, make sure you have django installed and type:
6
+ - Find your Django version. To do so from the command line, make sure you
7
+ have Django installed and run:
6
8
7
9
``` bash
8
10
django-admin --version
9
11
>> 5.0
10
12
```
11
13
14
+ ## Create the Django project
12
15
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.
16
+ From your shell, run the following command to create a new Django project
17
+ replacing the ` {{ project_name }} ` and ` {{ version }} ` sections.
15
18
16
19
``` bash
17
20
django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip
18
21
```
19
22
20
- Below is an example:
21
-
22
- For a project name ` 5_0_exmaple ` that runs on ` django==5.0.* ` :
23
+ For a project named ` 5_0_example ` that runs on ` django==5.0.* `
24
+ the command would look like this:
23
25
24
26
``` bash
25
27
django-admin startproject 5_0_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip
26
- ```
28
+ ```
You can’t perform that action at this time.
0 commit comments