diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-18 04:13:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-18 04:13:48 +0000 |
| commit | 1dccbcdcc1f2690cc0cf7715f31cd0cb4d260309 (patch) | |
| tree | d4803db7fe5b9aaa9fa0c6ff880681e9bbfe1dfb /docs/legacy_databases.txt | |
| parent | 94960d5635c98a51a4c8ef239374605e05aa0c67 (diff) | |
Added a link to docs/legacy_databases.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/legacy_databases.txt')
| -rw-r--r-- | docs/legacy_databases.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/legacy_databases.txt b/docs/legacy_databases.txt index a9dec76a7f..e08580504c 100644 --- a/docs/legacy_databases.txt +++ b/docs/legacy_databases.txt @@ -6,8 +6,10 @@ While Django is best suited for developing new applications, it's quite possible to integrate it into legacy databases. Django includes a couple of utilities to automate as much of this process as possible. -This document assumes you know the Django basics, as covered in the official -tutorial. +This document assumes you know the Django basics, as covered in the +`official tutorial`_. + +.. _official tutorial: http://www.djangoproject.com/documentation/tutorial1/ Give Django your database parameters ==================================== |
