Kaydet (Commit) dbaa1a6b authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Fixed some code blocks indentation in GIS docs.

üst b1afebf8
...@@ -107,7 +107,7 @@ in :mod:`django.contrib.gis`:: ...@@ -107,7 +107,7 @@ in :mod:`django.contrib.gis`::
'ENGINE': 'django.contrib.gis.db.backends.postgis', 'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'other', 'NAME': 'other',
'USER': 'geodjango', 'USER': 'geodjango',
} },
} }
SECRET_KEY = 'django_tests_secret_key' SECRET_KEY = 'django_tests_secret_key'
......
...@@ -81,7 +81,7 @@ file. Edit the database connection settings to match your setup:: ...@@ -81,7 +81,7 @@ file. Edit the database connection settings to match your setup::
'ENGINE': 'django.contrib.gis.db.backends.postgis', 'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'geodjango', 'NAME': 'geodjango',
'USER': 'geo', 'USER': 'geo',
} },
} }
In addition, modify the :setting:`INSTALLED_APPS` setting to include In addition, modify the :setting:`INSTALLED_APPS` setting to include
...@@ -96,7 +96,7 @@ and ``world`` (your newly created application):: ...@@ -96,7 +96,7 @@ and ``world`` (your newly created application)::
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.gis', 'django.contrib.gis',
'world' 'world',
] ]
Geographic Data Geographic Data
......
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