Kaydet (Commit) 9c522d2e authored tarafından Christian Bundy's avatar Christian Bundy Kaydeden (comit) Tim Graham

Fixed typo in docs/ref/contrib/gis/install/postgis.txt.

üst f2ff1b2f
...@@ -67,7 +67,7 @@ The database user must be a superuser in order to run ...@@ -67,7 +67,7 @@ The database user must be a superuser in order to run
``CREATE EXTENSION postgis;``. The command is run during the :djadmin:`migrate` ``CREATE EXTENSION postgis;``. The command is run during the :djadmin:`migrate`
process. An alternative is to use a migration operation in your project:: process. An alternative is to use a migration operation in your project::
from django.contrib.postgresql.operations import CreateExtension from django.contrib.postgres.operations import CreateExtension
from django.db import migrations from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment