Commit 248b9bb5 authored by Claude Paroz's avatar Claude Paroz
Browse files

Merge pull request #2514 from vlal/ticket_22380

Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for ...
parents c28beb42 8f621b83
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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::