Ticket #4060: databrowse.diff

File databrowse.diff, 717 bytes (added by Simon G. <dev@…>, 17 years ago)
  • docs/databrowse.txt

     
    2424       do this:
    2525
    2626       * Add ``'django.contrib.databrowse'`` to your ``INSTALLED_APPS``
    27          setting. This will work if your ``TEMPLATE_LOADERS`` setting includes
     27         setting. While you're here, make sure that ``django.contrib.admin``
     28         is also in ``INSTALLED_APPS``, as databrowse requires it.
     29         This will work if your ``TEMPLATE_LOADERS`` setting includes
    2830         the ``app_directories`` template loader (which is the case by
    2931         default). See the `template loader docs`_ for more.
    3032
Back to Top