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

Refs #32880 -- Made some titles consistent in how-to documents.

This retitles documents for consistency, since some already (correctly)
begin "How to...".
This commit is contained in:
Daniele Procida
2021-07-13 09:25:37 +02:00
committed by GitHub
parent 4be58fcc36
commit 22fbebc744
15 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
=========================================
Integrating Django with a legacy database
=========================================
==============================================
How to integrate Django with a legacy database
==============================================
While Django is best suited for developing new applications, it's quite
possible to integrate it into legacy databases. Django includes a couple of