1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed some code blocks indentation in GIS docs.

Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master
This commit is contained in:
Sergey Fedoseev 2016-02-19 14:11:01 +05:00 committed by Tim Graham
parent 9357fdb613
commit 9c508e4de8
3 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ in :mod:`django.contrib.gis`::
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'other',
'USER': 'geodjango',
}
},
}
SECRET_KEY = 'django_tests_secret_key'

View File

@ -81,7 +81,7 @@ file. Edit the database connection settings to match your setup::
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'geodjango',
'USER': 'geo',
}
},
}
In addition, modify the :setting:`INSTALLED_APPS` setting to include
@ -96,7 +96,7 @@ and ``world`` (your newly created application)::
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.gis',
'world'
'world',
]
Geographic Data