File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can create a new project that's configured based on these steps using a
19
19
project template:
20
20
21
21
``` bash
22
- $ django-admin startproject mysite --template https://github.com/aclark4life /django-mongodb-project/archive/refs/heads/5.0.x.zip
22
+ $ django-admin startproject mysite --template https://github.com/mongodb-labs /django-mongodb-project/archive/refs/heads/5.0.x.zip
23
23
```
24
24
(where "5.0" matches the version of Django that you're using.)
25
25
@@ -97,7 +97,7 @@ Alternatively, you can use the following `startapp` template which includes
97
97
this change:
98
98
99
99
``` bash
100
- $ python manage.py startapp myapp --template https://github.com/aclark4life /django-mongodb-app/archive/refs/heads/5.0.x.zip
100
+ $ python manage.py startapp myapp --template https://github.com/mongodb-labs /django-mongodb-app/archive/refs/heads/5.0.x.zip
101
101
```
102
102
(where "5.0" matches the version of Django that you're using.)
103
103
You can’t perform that action at this time.
0 commit comments