{"id":17172892,"url":"https://github.com/20tab/django-totalsum-admin","last_synced_at":"2025-07-10T19:37:31.720Z","repository":{"id":20197897,"uuid":"23469224","full_name":"20tab/django-totalsum-admin","owner":"20tab","description":"A django app that initializes admin changelist view with last row in results as sum of some numerical fields or properties","archived":false,"fork":false,"pushed_at":"2022-11-29T17:25:40.000Z","size":16,"stargazers_count":26,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T18:21:39.374Z","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/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-08-29T15:51:01.000Z","updated_at":"2024-06-10T23:10:58.000Z","dependencies_parsed_at":"2023-01-13T20:49:51.681Z","dependency_job_id":null,"html_url":"https://github.com/20tab/django-totalsum-admin","commit_stats":null,"previous_names":["20tab/twentytab-totalsum-admin"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/20tab/django-totalsum-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fdjango-totalsum-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fdjango-totalsum-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fdjango-totalsum-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fdjango-totalsum-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/20tab","download_url":"https://codeload.github.com/20tab/django-totalsum-admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/20tab%2Fdjango-totalsum-admin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264640079,"owners_count":23642342,"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:40.746Z","updated_at":"2025-07-10T19:37:31.691Z","avatar_url":"https://github.com/20tab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-totalsum-admin\n========================\n\nA django app that initializes admin changelist view with last row in results as sum of some numerical fields or properties\n\n## Installation\n\nUse the following command: \u003cb\u003e\u003ci\u003epip install django-totalsum-admin\u003c/i\u003e\u003c/b\u003e\n\n## Configuration\n\n- settings.py\n\n```py\nINSTALLED_APPS = {\n    ...,\n    'totalsum',\n    ...\n}\n```\n\n\n## Usage\n\n```py\nfrom totalsum.admin import TotalsumAdmin\n\n\nclass MyAdmin(TotalsumAdmin):\n    totalsum_list = ('model_field1', 'model_field2', 'model_property')\n    unit_of_measure = '\u0026euro;'\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Fdjango-totalsum-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F20tab%2Fdjango-totalsum-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F20tab%2Fdjango-totalsum-admin/lists"}