Jelajahi Sumber

Update docs to split out sh command in tutorial (#11311)

* Update create-footer_for_all_pages.md
* Update CONTRIBUTORS.md
Felipe Lobato 1 tahun lalu
induk
melakukan
aa11418d23
2 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 1 0
      CONTRIBUTORS.md
  2. 5 1
      docs/tutorial/create-footer_for_all_pages.md

+ 1 - 0
CONTRIBUTORS.md

@@ -774,6 +774,7 @@
 * Bhuvnesh Sharma
 * Ben Morse
 * Shlomo Markowitz
+* Felipe Lobato
 
 ## Translators
 

+ 5 - 1
docs/tutorial/create-footer_for_all_pages.md

@@ -8,7 +8,11 @@ The next step is to create a footer for all pages of your portfolio site. You ca
 
 ## Add a base app
 
-Now, create a general-purpose app named `base`. To generate the `base` app, run the command, `python manage.py startapp base`.
+Now, create a general-purpose app named `base`. To generate the `base` app, run the command:
+
+```sh
+python manage.py startapp base
+```
 
 After generating the `base` app, you must install it on your site. In your `mysite/settings/base.py` file, add `"base"` to the `INSTALLED_APPS` list.