﻿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
9127	admin.autodiscover() fails in certain structures	panni@…	nobody	"Take the following structure:
'''projectfolder
  -> modules
    -> app1
      admin/
      admin.py
    -> app2
      admin/
      admin.py

  settings.py
  urls.py'''

Admin.autodiscover() as far as I know uses imp.find_module('admin', app_path), which seems to result in looking for an __init__.py inside the ""admin/"" folders of the apps, which I need for custom admin views, instead of directly using ""admin.py"" from the apps.
"		closed	contrib.admin	dev		invalid	autodiscover, fails, admin, folder		Unreviewed	0	0	0	0	0	0
