mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
This commit is contained in:
parent
f2ff1b2fab
commit
9c522d2ed8
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
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
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue