From f331eba6d576752dd79c4b37c41d981daa537fe6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 29 Jul 2021 19:11:42 +0200 Subject: Refs #32880 -- Made remaining titles consistent in how-to documents. Follow up to 22fbebc7444c8974f101c146f0fc18fe64ab48f6. --- docs/howto/deployment/index.txt | 6 +++--- docs/howto/deployment/wsgi/apache-auth.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/howto/deployment') diff --git a/docs/howto/deployment/index.txt b/docs/howto/deployment/index.txt index ef55a8dcfa..e2fadba5b9 100644 --- a/docs/howto/deployment/index.txt +++ b/docs/howto/deployment/index.txt @@ -1,6 +1,6 @@ -================ -Deploying Django -================ +==================== +How to deploy Django +==================== Django is full of shortcuts to make web developers' lives easier, but all those tools are of no use if you can't easily deploy your sites. Since Django's diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 912d11830e..85166ffb2d 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -1,6 +1,6 @@ -========================================================= -Authenticating against Django's user database from Apache -========================================================= +============================================================== +How to authenticate against Django's user database from Apache +============================================================== Since keeping multiple authentication databases in sync is a common problem when dealing with Apache, you can configure Apache to authenticate against Django's -- cgit v1.3