From 0cf63f58c60594c267f38f0cb90f37a6f104b9cd Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Clark" Date: Tue, 22 Oct 2024 14:40:33 -0400 Subject: [PATCH] INTPYTHON-349 Create project and app templates - Update readme for repos moved to mongodb-labs org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe464a4c..03e5778b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can create a new project that's configured based on these steps using a project template: ```bash -$ django-admin startproject mysite --template https://github.com/aclark4life/django-mongodb-project/archive/refs/heads/5.0.x.zip +$ django-admin startproject mysite --template https://github.com/mongodb-labs/django-mongodb-project/archive/refs/heads/5.0.x.zip ``` (where "5.0" matches the version of Django that you're using.) @@ -97,7 +97,7 @@ Alternatively, you can use the following `startapp` template which includes this change: ```bash -$ python manage.py startapp myapp --template https://github.com/aclark4life/django-mongodb-app/archive/refs/heads/5.0.x.zip +$ python manage.py startapp myapp --template https://github.com/mongodb-labs/django-mongodb-app/archive/refs/heads/5.0.x.zip ``` (where "5.0" matches the version of Django that you're using.)