From 2e3661d1b4b277983b2dd9a935ba2648e8f8a9b9 Mon Sep 17 00:00:00 2001 From: C K Ashby Date: Sun, 19 Jan 2025 20:23:20 -0500 Subject: [PATCH] Update reference to Github free accounts... (#37360) * Update reference to Github free accounts... Since m$ bought Github, you may create as many private repos as you wish with minimal restrictions. * Update index.md --------- Co-authored-by: Hamish Willee --- .../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 94392fb9ee045e5..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 account you can't create private repos, but you can create as many _public_ repositories ("repos") as you like. +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: