{"id":17172885,"url":"https://github.com/20tab/twentytab-customadmin","last_synced_at":"2026-01-05T19:05:28.607Z","repository":{"id":14105673,"uuid":"16810176","full_name":"20tab/twentytab-customadmin","owner":"20tab","description":"A django app to customize your admin interface with icons for applications and models and other stuffs","archived":false,"fork":false,"pushed_at":"2017-01-31T16:21:36.000Z","size":233,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-02T10:47:15.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/20tab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-13T17:06:42.000Z","updated_at":"2017-04-10T23:25:08.000Z","dependencies_parsed_at":"2022-08-28T22:31:50.794Z","dependency_job_id":null,"html_url":"https://github.com/20tab/twentytab-customadmin","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-customadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-customadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-customadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Ftwentytab-customadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20tab","download_url":"https://codeload.github.com/20tab/twentytab-customadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245344394,"owners_count":20599943,"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","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-10-14T23:48:37.695Z","updated_at":"2026-01-05T19:05:28.519Z","avatar_url":"https://github.com/20tab.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NO LONGER MANTAINED\n\ntwentytab-customadmin\n=====================\n\nA django app to customize your admin interface with icons for applications and models and other stuffs\n\n## Documentation\n\nRead the full documentation at: http://twentytab-customadmin.readthedocs.org\n\n## Installation\n\nUse the following command: \u003cb\u003e\u003ci\u003epip install twentytab-customadmin\u003c/i\u003e\u003c/b\u003e\n\n## Configuration\n\n- settings.py\n\nOpen settings.py and add customadmin to your INSTALLED_APPS (before django.contrib.admin):\n\n```py\nINSTALLED_APPS = {\n    ...,\n    'customadmin',\n    'django.contrib.admin',\n    'inspectmodel',\n    'imagekit',\n    'image_ui',\n    'rosetta',\n    ...\n}\n```\n\n- urls.py\n\n```py\nurlpatterns = patterns('',\n    ... ,\n    (r'^admin/', include(contrib.admin.site.urls)),\n    (r'', include('customadmin.urls')),\n    (r'^rosetta/', include('rosetta.urls')),\n    (r'', include('inspectmodel.urls')),\n    ...\n)\n\n```\n\n- Static files\n\nRun collectstatic command or map static directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Ftwentytab-customadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20tab%2Ftwentytab-customadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Ftwentytab-customadmin/lists"}