mirror of
https://github.com/Hopiu/django.git
synced 2026-04-25 09:14:48 +00:00
Fixed #5154 -- Minor wording tweak.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
24081d9959
commit
8b115c7fb8
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ Get your database running
|
|||
|
||||
If you plan to use Django's database API functionality, you'll need to
|
||||
make sure a database server is running. Django works with PostgreSQL_,
|
||||
MySQL_, Oracle_ and SQLite_ (the latter doesn't require a separate server to
|
||||
be running).
|
||||
MySQL_, Oracle_ and SQLite_ (although SQLite doesn't require a separate server
|
||||
to be running).
|
||||
|
||||
Additionally, you'll need to make sure your Python database bindings are
|
||||
installed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue