1
0
mirror of https://github.com/django/django.git synced 2025-03-29 10:40:45 +00:00

Fixed settings docs to match list/tuple changes in .

This commit is contained in:
Chris Schur 2015-05-22 12:12:36 +02:00 committed by Tim Graham
parent e11a08ee15
commit 70faaccc3e

@ -166,8 +166,8 @@ Django apps. Just follow these conventions:
* Setting names are in all uppercase. * Setting names are in all uppercase.
* Don't reinvent an already-existing setting. * Don't reinvent an already-existing setting.
For settings that are sequences, Django itself uses tuples, rather than lists, For settings that are sequences, Django itself uses lists, but this is only
but this is only a convention. a convention.
.. _settings-without-django-settings-module: .. _settings-without-django-settings-module: