1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Replaced "django" with "Django" in spelling_wordlist.

This commit is contained in:
akki
2016-11-16 03:30:50 +05:30
committed by Tim Graham
parent 7c6efb3233
commit 74ed20b49a
21 changed files with 62 additions and 66 deletions

View File

@@ -47,7 +47,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.
See uWSGI's `background documentation`_ for more detail.
.. _background documentation: https://projects.unbit.it/uwsgi/wiki/Background