mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Prevented (and corrected) single backtick usage in docs.
This commit is contained in:
parent
4a6f2b63d7
commit
1cdfe8d912
42 changed files with 105 additions and 88 deletions
|
@ -38,7 +38,7 @@ uWSGI model
|
|||
-----------
|
||||
|
||||
uWSGI operates on a client-server model. Your Web server (e.g., nginx, Apache)
|
||||
communicates with a `django-uwsgi` "worker" process to serve dynamic content.
|
||||
communicates with a ``django-uwsgi`` "worker" process to serve dynamic content.
|
||||
|
||||
Configuring and starting the uWSGI server for Django
|
||||
----------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue