diff options
| author | rowanv <rrvspam@gmail.com> | 2016-01-24 22:26:11 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 10:42:05 -0500 |
| commit | a6ef025dfb2a1d1bd23893408eef6d066fb506d9 (patch) | |
| tree | b29b3624a20cc65184c743102e0f5f620412105f /docs/topics/install.txt | |
| parent | 8bf8d0e0ecc1805480deb94feb4675b09d3b3a95 (diff) | |
Fixed #26124 -- Added missing code formatting to docs headers.
Diffstat (limited to 'docs/topics/install.txt')
| -rw-r--r-- | docs/topics/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index b5195bea57..fcfd3a89af 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -25,8 +25,8 @@ your operating system's package manager. If you are just starting with Django and using Windows, you may find :doc:`/howto/windows` useful. -Install Apache and mod_wsgi -============================= +Install Apache and ``mod_wsgi`` +=============================== If you just want to experiment with Django, skip ahead to the next section; Django includes a lightweight web server you can use for |
