summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-04-04 09:47:27 +0200
committerClaude Paroz <claude@2xlibre.net>2014-04-04 09:47:27 +0200
commit248b9bb5544c1cf0b9f36091f0608814dedac6b5 (patch)
treeaa077b29eb0bce324006d4682b852df3dd2fc8e3 /docs
parentc28beb429107956f8bde8053936502124c964bec (diff)
parent8f621b83e9e68aa79d2e83b71b4f8217e05af12c (diff)
Merge pull request #2514 from vlal/ticket_22380
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for ...
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/testing.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/testing.txt b/docs/ref/contrib/gis/testing.txt
index d601b413e9..4ef58f3934 100644
--- a/docs/ref/contrib/gis/testing.txt
+++ b/docs/ref/contrib/gis/testing.txt
@@ -169,6 +169,8 @@ in :mod:`django.contrib.gis`::
}
}
+ SECRET_KEY = 'django_tests_secret_key'
+
Assuming the settings above were in a ``postgis.py`` file in the same
directory as ``runtests.py``, then all Django and GeoDjango tests would
be performed when executing the command::