mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Merge pull request #2514 from vlal/ticket_22380
Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for ...
This commit is contained in:
commit
248b9bb554
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
Assuming the settings above were in a ``postgis.py`` file in the same
|
||||||
directory as ``runtests.py``, then all Django and GeoDjango tests would
|
directory as ``runtests.py``, then all Django and GeoDjango tests would
|
||||||
be performed when executing the command::
|
be performed when executing the command::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue