File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ In order to use it with your version of Django:
88
99``` bash
1010django-admin --version
11- >> 5.1
11+ >> 5.2
1212```
1313
1414## Create the Django project
@@ -20,9 +20,9 @@ replacing the `{{ project_name }}` and `{{ version }}` sections.
2020django-admin startproject {{ project_name }} --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/{{ version }}.x.zip
2121```
2222
23- For a project named ` 5_1_example ` that runs on ` django==5.1 .* `
23+ For a project named ` 5_2_example ` that runs on ` django==5.2 .* `
2424the command would look like this:
2525
2626``` bash
27- django-admin startproject 5_1_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.1 .x.zip
27+ django-admin startproject 5_2_example --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.2 .x.zip
2828```
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ TEMPLATES = [
6060 'APP_DIRS': True,
6161 'OPTIONS': {
6262 'context_processors': [
63- 'django.template.context_processors.debug',
6463 'django.template.context_processors.request',
6564 'django.contrib.auth.context_processors.auth',
6665 'django.contrib.messages.context_processors.messages',
You can’t perform that action at this time.
0 commit comments