1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[1.10.x] Replaced "django" with "Django" in spelling_wordlist.

Backport of 74ed20b49a from master
This commit is contained in:
akki
2016-11-16 03:30:50 +05:30
committed by Tim Graham
parent af0f01558b
commit d2fc204694
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