﻿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
32926	Overriding  admin site error	gojuukaze	nobody	"
I got error when I overriding  admin site

{{{
Traceback (most recent call last):
  File ""manage.py"", line 25, in <module>
    main()
  File ""manage.py"", line 21, in main
    execute_from_command_line(sys.argv)
  File ""/Users/xx/project/py38/lib/python3.8/site-packages/django/core/management/__init__.py"", line 419, in execute_from_command_line
    utility.execute()
  File ""/Users/xx/project/py38/lib/python3.8/site-packages/django/core/management/__init__.py"", line 395, in execute
    django.setup()
  File ""/Users/xx/project/py38/lib/python3.8/site-packages/django/__init__.py"", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File ""/Users/xx/project/py38/lib/python3.8/site-packages/django/apps/registry.py"", line 93, in populate
    raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: admin
}}}

I wrote the code based on tutorial (https://docs.djangoproject.com/en/3.2/ref/contrib/admin/#overriding-the-default-admin-site), and it works well on django 3.1


"	Bug	closed	contrib.admin	3.2	Normal	duplicate			Unreviewed	0	0	0	0	0	0
