Commit e127fbac authored by Sergey Fedoseev's avatar Sergey Fedoseev Committed by Tim Graham
Browse files

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

Backport of dbaa1a6b from master
parent 3c2282c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ in :mod:`django.contrib.gis`::
            'ENGINE': 'django.contrib.gis.db.backends.postgis',
            'NAME': 'other',
            'USER': 'geodjango',
       }
        },
    }

    SECRET_KEY = 'django_tests_secret_key'
+2 −2
Original line number Diff line number Diff line
@@ -107,7 +107,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
@@ -122,7 +122,7 @@ and ``world`` (your newly created application)::
        'django.contrib.messages',
        'django.contrib.staticfiles',
        'django.contrib.gis',
        'world'
        'world',
    )

Geographic Data
+2 −2

File changed.

Contains only whitespace changes.