Kaydet (Commit) 4ad4a236 authored tarafından Vishal Lal's avatar Vishal Lal Kaydeden (comit) Claude Paroz

[1.7.x] Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testing

Backport of 8f621b83 from master.
üst 23984cf9
......@@ -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::
......
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