Commit 3c6b9f0b authored by David D Lowe's avatar David D Lowe Committed by Tim Graham
Browse files

[1.9.x] Clarified that setting names must be uppercase.

Backport of c9c5ccbd from master
parent cb33e553
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -161,9 +161,9 @@ Creating your own settings
==========================

There's nothing stopping you from creating your own settings, for your own
Django apps. Just follow these conventions:
Django apps. Just follow these guidelines:

* Setting names are in all uppercase.
* Setting names must be all uppercase.
* Don't reinvent an already-existing setting.

For settings that are sequences, Django itself uses lists, but this is only