mirror of https://github.com/django/django.git
Reworded the 'Set up a database' section of the installation docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4536359887
commit
64bc22be94
|
@ -39,11 +39,9 @@ you should see something like::
|
||||||
Set up a database
|
Set up a database
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
If you installed Python 2.6 or later, you can skip this step for now.
|
This step is only necessary if you'd like to work with a "large" database engine
|
||||||
|
like PostgreSQL, MySQL, or Oracle. To install such a database, consult the
|
||||||
If not, or if you'd like to work with a "large" database engine like PostgreSQL,
|
:ref:`database installation information <database-installation>`.
|
||||||
MySQL, or Oracle, consult the :ref:`database installation information
|
|
||||||
<database-installation>`.
|
|
||||||
|
|
||||||
Remove any old versions of Django
|
Remove any old versions of Django
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
Loading…
Reference in New Issue