mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo in GIS testing docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7981efe04f
commit
2a1a0f47bb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ you may be required to use a database superuser.
|
|||
Create database user
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
To make database user with the ability to create databases, use the
|
||||
To make a database user with the ability to create databases, use the
|
||||
following command::
|
||||
|
||||
$ createuser --createdb -R -S <user_name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue