Ticket #12288: settings.diff

File settings.diff, 844 bytes (added by sbj3, 15 years ago)
  • docs/ref/settings.txt

     
    647647A tuple of strings designating all applications that are enabled in this Django
    648648installation. Each string should be a full Python path to a Python package that
    649649contains a Django application, as created by :djadmin:`django-admin.py startapp
    650 <startapp>`.
     650<startapp>`.  Each application name **must** be unique in this list.
    651651
    652652.. setting:: INTERNAL_IPS
    653653
     
    819819
    820820Default: `messages.INFO`
    821821
    822 Sets the minimum message level that will be recorded by the messages 
     822Sets the minimum message level that will be recorded by the messages
    823823framework. See the :ref:`messages documentation <ref-contrib-messages>` for
    824824more details.
    825825
Back to Top