{"id":22669185,"url":"https://github.com/programmersteve/bookr_django","last_synced_at":"2025-08-11T15:13:49.242Z","repository":{"id":134378684,"uuid":"455110039","full_name":"ProgrammerSteve/bookr_django","owner":"ProgrammerSteve","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-08T07:35:15.000Z","size":474,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T05:03:00.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgrammerSteve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-03T09:54:29.000Z","updated_at":"2022-02-04T22:49:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf00c4fb-5fea-45bd-bf4e-511b8ed31a44","html_url":"https://github.com/ProgrammerSteve/bookr_django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProgrammerSteve/bookr_django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fbookr_django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fbookr_django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fbookr_django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fbookr_django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammerSteve","download_url":"https://codeload.github.com/ProgrammerSteve/bookr_django/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fbookr_django/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269909706,"owners_count":24494811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T15:19:13.941Z","updated_at":"2025-08-11T15:13:49.196Z","avatar_url":"https://github.com/ProgrammerSteve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bookr_django\nI am reading the textbook **'Web Development with Django'** by Ben Shaw, Saurabh Badhwar, Andrew Bird, Bharath Chandra K S and Chris Guest. Following along with the book, you create the bookr app and I am currently on Chapter 4, page 190.\n\nI am trying to make a custom Admin site for the app but I'm running into complications. Since this is my first time using Django it's confusing.\n\n## I keep getting an error on Pycharm that says:\n**\"django.core.exceptions.ImproperlyConfigured: Application labels aren't unique, duplicates: admin\"**\n\nIn effort to debug the issue, I commented out everything in the admin.py, apps.py and reverting everything back to the original admin site values, I still get the same error.\nI checked my settings.py file in the INSTALLED_APPS list and there is no second admin.\n\n```\nINSTALLED_APPS = [\n    'django.contrib.admin',\n    'django.contrib.auth',\n    'django.contrib.contenttypes',\n    'django.contrib.sessions',\n    'django.contrib.messages',\n    'django.contrib.staticfiles',\n    'reviews'\n]\n```\n\nI've been trying every suggestion I see online for 2 days but so far I've had no success making this work.\n\n\nI keep running into these issues as well, but I want to figure out what dumb mistake I'm doing for the django.core.exceptions issue.\n\n- https://github.com/PacktPublishing/Web-Development-with-Django/issues/5\n\n- https://github.com/PacktPublishing/Web-Development-with-Django/issues/11\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersteve%2Fbookr_django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammersteve%2Fbookr_django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersteve%2Fbookr_django/lists"}