Ticket #4060: databrowse.diff
File databrowse.diff, 717 bytes (added by , 18 years ago) |
---|
-
docs/databrowse.txt
24 24 do this: 25 25 26 26 * 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 28 30 the ``app_directories`` template loader (which is the case by 29 31 default). See the `template loader docs`_ for more. 30 32