Skip to content

Commit

Permalink
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file f…
Browse files Browse the repository at this point in the history
…or testing
  • Loading branch information
vlal committed Apr 4, 2014
1 parent 9769337 commit 8f621b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/contrib/gis/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 8f621b8

Please sign in to comment.