diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2016-02-19 14:11:01 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-19 08:35:11 -0500 |
| commit | 9c508e4de82f7a9375df1238fe053174282a96df (patch) | |
| tree | fa2be2eaa846bc781cd1df782a8271d6f66ac2e0 /docs/ref/contrib/gis/tutorial.txt | |
| parent | 9357fdb613dc1795375dfd9ab0c9828444e134bf (diff) | |
[1.9.x] Fixed some code blocks indentation in GIS docs.
Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master
Diffstat (limited to 'docs/ref/contrib/gis/tutorial.txt')
| -rw-r--r-- | docs/ref/contrib/gis/tutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index c0e79a07ee..1f360362eb 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -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 |
