diff options
| author | Vishal Lal <vish61@gmail.com> | 2014-04-04 04:05:30 +0000 |
|---|---|---|
| committer | Vishal Lal <vish61@gmail.com> | 2014-04-04 07:25:55 +0000 |
| commit | 8f621b83e9e68aa79d2e83b71b4f8217e05af12c (patch) | |
| tree | 1e91fce003978c0dddc6e8ab4b83955449f5224b /docs | |
| parent | 9769337ca855f4831c855d6663ff3f688ee1652d (diff) | |
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/testing.txt | 2 |
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:: |
