{"id":22916725,"url":"https://github.com/chanmo/django-admin-left-menu","last_synced_at":"2025-04-01T12:44:29.991Z","repository":{"id":57418812,"uuid":"203687236","full_name":"ChanMo/django-admin-left-menu","owner":"ChanMo","description":"A left menu for django admin","archived":false,"fork":false,"pushed_at":"2019-08-25T03:11:48.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T17:49:11.796Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChanMo.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":"2019-08-22T00:55:24.000Z","updated_at":"2019-08-25T03:11:50.000Z","dependencies_parsed_at":"2022-09-13T14:01:05.681Z","dependency_job_id":null,"html_url":"https://github.com/ChanMo/django-admin-left-menu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-admin-left-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-admin-left-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-admin-left-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChanMo%2Fdjango-admin-left-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChanMo","download_url":"https://codeload.github.com/ChanMo/django-admin-left-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246642177,"owners_count":20810556,"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-12-14T06:14:26.886Z","updated_at":"2025-04-01T12:44:29.970Z","avatar_url":"https://github.com/ChanMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Admin Left Menu\n\nA left menu for django admin\n\n## Tutorials\n\n1. Install\n```bash\n$ pip install django-admin-left-menu\n```\n\n2. Add xadmin to Installed Apps\n```python\nINSTALLED_APPS = [\n...\ndjango.contrib.admin,\nxadmin,\n...\n]\n```\n\n3. Copy base_site.html of django admin\n```bash\n$ mkdir templates/admin -p\n$ wget https://raw.githubusercontent.com/django/django/master/django/contrib/admin/templates/admin/base.html -O templates/admin/base.html\n```\n\n4. Add left menu code to base.html\n```html\n...\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"{% block stylesheet %}{% static \"admin/css/base.css\" %}{% endblock %}\"\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"{% static \"xadmin/app.css\" %}\"\u003e\n...\n    \u003c!-- END Header --\u003e\n\n    \u003cdiv class=\"xadmin_container\"\u003e\n        {% if request.path != \"/admin/login/\" and request.path != \"/admin/logout/\" %}\n        {% include \"xadmin/left_menu.html\" %}\n        {% endif %}\n        \u003cdiv class=\"xadmin_container_right\"\u003e\n...\n    \u003c!-- END Content --\u003e\n    \u003c/div\u003e\n...\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-admin-left-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanmo%2Fdjango-admin-left-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanmo%2Fdjango-admin-left-menu/lists"}