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
1919project template:
2020
2121``` 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
2323```
2424(where "5.0" matches the version of Django that you're using.)
2525
@@ -97,7 +97,7 @@ Alternatively, you can use the following `startapp` template which includes
9797this change:
9898
9999``` 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
101101```
102102(where "5.0" matches the version of Django that you're using.)
103103
You can’t perform that action at this time.
0 commit comments