From afa6259cdf106a0d5359037dd81ea70ec5c0fd50 Mon Sep 17 00:00:00 2001 From: C K Ashby Date: Tue, 24 Dec 2024 15:52:29 -0500 Subject: [PATCH 1/2] Update reference to Github free accounts... Since m$ bought Github, you may create as many private repos as you wish with minimal restrictions. --- .../server-side/django/development_environment/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md b/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md index 94392fb9ee045e5..b9a93cf1aef3ff8 100644 --- a/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md +++ b/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md @@ -427,7 +427,7 @@ In addition to branches, it is possible to create `tags` on any branch and later ### Create an account and repository on GitHub First we will create a free account on GitHub. -With a free account you can't create private repos, but you can create as many _public_ repositories ("repos") as you like. +With a free Github account you can create private repos and you can create _public_ repositories ("repos"). Then we create and configure a repository named "django_local_library" for storing the [Local library website](/en-US/docs/Learn_web_development/Extensions/Server-side/Django/Tutorial_local_library_website) as we evolve it in the rest of this tutorial. The steps are: From 6131fe79213cc7198eaaad7f660f6a14598fc5c2 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 20 Jan 2025 12:19:25 +1100 Subject: [PATCH 2/2] Update index.md --- .../server-side/django/development_environment/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md b/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md index b9a93cf1aef3ff8..0436dcd9942771e 100644 --- a/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md +++ b/files/en-us/learn_web_development/extensions/server-side/django/development_environment/index.md @@ -426,8 +426,7 @@ In addition to branches, it is possible to create `tags` on any branch and later ### Create an account and repository on GitHub -First we will create a free account on GitHub. -With a free Github account you can create private repos and you can create _public_ repositories ("repos"). +First we will create an account on GitHub (this is free). Then we create and configure a repository named "django_local_library" for storing the [Local library website](/en-US/docs/Learn_web_development/Extensions/Server-side/Django/Tutorial_local_library_website) as we evolve it in the rest of this tutorial. The steps are: