Ticket #12288: settings.diff
File settings.diff, 844 bytes (added by , 15 years ago) |
---|
-
docs/ref/settings.txt
647 647 A tuple of strings designating all applications that are enabled in this Django 648 648 installation. Each string should be a full Python path to a Python package that 649 649 contains a Django application, as created by :djadmin:`django-admin.py startapp 650 <startapp>`. 650 <startapp>`. Each application name **must** be unique in this list. 651 651 652 652 .. setting:: INTERNAL_IPS 653 653 … … 819 819 820 820 Default: `messages.INFO` 821 821 822 Sets the minimum message level that will be recorded by the messages 822 Sets the minimum message level that will be recorded by the messages 823 823 framework. See the :ref:`messages documentation <ref-contrib-messages>` for 824 824 more details. 825 825