{"id":20169113,"url":"https://github.com/shikha-code36/assest_tracker_django","last_synced_at":"2026-04-12T23:03:14.022Z","repository":{"id":231284529,"uuid":"781366732","full_name":"Shikha-code36/assest_tracker_django","owner":"Shikha-code36","description":"This is the assest tracker made in Django","archived":false,"fork":false,"pushed_at":"2024-04-03T09:56:43.000Z","size":2363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T15:17:21.809Z","etag":null,"topics":["django","django-admin","django-application","django-applications","django-framework","django-project","django-rest-framework","python","python3"],"latest_commit_sha":null,"homepage":"","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/Shikha-code36.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T08:45:11.000Z","updated_at":"2024-04-17T07:24:07.000Z","dependencies_parsed_at":"2024-04-03T09:54:22.828Z","dependency_job_id":"f844436b-f743-4223-9edf-e33707bdd66c","html_url":"https://github.com/Shikha-code36/assest_tracker_django","commit_stats":null,"previous_names":["shikha-code36/assest_tracker_django"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fassest_tracker_django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fassest_tracker_django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fassest_tracker_django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shikha-code36%2Fassest_tracker_django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shikha-code36","download_url":"https://codeload.github.com/Shikha-code36/assest_tracker_django/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605819,"owners_count":19989612,"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":["django","django-admin","django-application","django-applications","django-framework","django-project","django-rest-framework","python","python3"],"created_at":"2024-11-14T01:11:26.016Z","updated_at":"2026-04-12T23:03:08.975Z","avatar_url":"https://github.com/Shikha-code36.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asset Tracker\n\nThis repository contains a Django-based Asset Management System with authentication, a dashboard for data visualization, and functionalities for managing asset types and assets. The Django admin panel has been customized to perform all operations (CRUD) regarding the asset tracker.\n\n## Features\n\n1. **Authentication**:\n    - System admin can log in with their email and password.\n    - Logout functionality is provided.\n2. **Dashboard**:\n    - Displays two charts:\n        - PIE Chart: Shows the number of assets per asset type.\n        - BAR Chart: Shows the number of active and inactive assets.\n3. **Asset Management**:\n    - Manage Asset Types:\n        - Create, Read, Update, and Delete (CRUD) operations for asset types.\n        - Asset types consist of a name and an optional description.\n        - Confirmation alert is displayed when attempting to delete an asset type, warning that all associated assets will also be deleted.\n    - Manage Assets:\n        - CRUD operations for assets.\n        - Each asset has a name, a system-generated 16-digit unique code, a type selected from existing asset types, optional image(s), and an active/inactive status.\n        - One-to-many relationship with asset images.\n        - Latest assets are displayed on top.\n        - Confirmation is asked before deleting assets.\n        - CSV download functionality available for all assets information.\n\n## Getting Started\n\n**Installation**: Clone this repository and Install the required dependencies using:\n\n```bash\npip install -r requirements.txt\n```\n\n**Database Setup**: Run database migrations using:\n\n```bash\npython manage.py migrate\n```\n\n**Create Super user** : System admin is created via seeder\n\n```bash\npython manage.py seed_system_admin\n```\n**Run Development Server**: Start the development server:\n\n```bash\npython manage.py runserver\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikha-code36%2Fassest_tracker_django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikha-code36%2Fassest_tracker_django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikha-code36%2Fassest_tracker_django/lists"}