﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4059	Adding django.contrib.databrowse to INSTALLED_APPS cause error.	Jeong-Min Lee <falsetru@…>	Adrian Holovaty	"''django.contrib.databrowse'' has no models.py

After adding django.contrib.databrwose to INSTALLED_APPS, running ./manage.py syncdb, ./manage.py runserver, ... raises following exception.
{{{
AttributeError: 'module' object has no attribute 'databrowse'
}}}


IMHO, following 2 solutions are possible.
  1. Adding models.py to django.contrib.databrowse
  1. Or modify documentation; remove following lines from docs/databrowse.txt
{{{
       * Add ``'django.contrib.databrowse'`` to your ``INSTALLED_APPS``
         setting. This will work if your ``TEMPLATE_LOADERS`` setting includes
         the ``app_directories`` template loader (which is the case by
         default). See the `template loader docs`_ for more.}}}"		closed	Contrib apps	0.96		invalid	databrowse		Unreviewed	0	0	0	0	0	0
