{"id":15024462,"url":"https://github.com/civilmachines/drf-account","last_synced_at":"2025-04-12T06:36:22.121Z","repository":{"id":57424014,"uuid":"141276405","full_name":"civilmachines/drf-account","owner":"civilmachines","description":"Accounts APP for Django REST Framework with API Views","archived":false,"fork":false,"pushed_at":"2018-08-23T07:45:02.000Z","size":27,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T02:01:42.234Z","etag":null,"topics":["django","django-application","django-rest-api","django-rest-framework","django-rest-framework-addon"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/civilmachines.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":"2018-07-17T10:55:53.000Z","updated_at":"2022-11-12T21:42:44.000Z","dependencies_parsed_at":"2022-09-16T21:50:53.630Z","dependency_job_id":null,"html_url":"https://github.com/civilmachines/drf-account","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilmachines%2Fdrf-account","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilmachines%2Fdrf-account/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilmachines%2Fdrf-account/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/civilmachines%2Fdrf-account/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/civilmachines","download_url":"https://codeload.github.com/civilmachines/drf-account/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248404358,"owners_count":21097719,"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-application","django-rest-api","django-rest-framework","django-rest-framework-addon"],"created_at":"2024-09-24T20:00:23.405Z","updated_at":"2025-04-12T06:36:22.089Z","avatar_url":"https://github.com/civilmachines.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django REST Framework - Account\n\n**Account APP for Django REST Framework with API Views.**\u003cbr\u003e\n\n`DRF Account` is a Django app that for maintaining Account Information. This app is majorly being used in\n[Vitartha's](https://vitartha.com) product [Hisab Kitab](https://hisabkitab.in)\n\n#### Contributors\n\n- **[Civil Machines Technologies Private Limited](https://github.com/civilmahines)**: For providing me platform and \nfunds for research work. This project is hosted currently with `CMT` only. \n- [Himanshu Shankar](https://github.com/iamhssingh): The app was initiated and worked upon majorly by Himanshu. This app\nis currently in use in various other django projects that are developed by him.\n\n**We're looking for someone who can contribute on docs part**\n\n#### Installation\n\n- Download and Install via `pip`\n```\npip install drf_account\n```\nor\u003cbr\u003e\nDownload and Install via `easy_install`\n```\neasy_install drf_account\n```\n- Add `drf_account` in `INSTALLED_APPS`\u003cbr\u003e\n```\nINSTALLED_APPS = [\n    ...\n    'drf_account',\n    ...\n]\n```\n- Include urls of `drf_account` in `urls.py`\n```\nurlpatterns = [\n    ...\n    path('/api/account/', include('drf_account.urls')),\n    ...\n]\n\n# or\n\nurlpatterns = [\n    ...\n    url(r'api/account/', include('drf_account.urls')),\n    ...\n]\n```\n\n- Finally, run `migrate` command\n```\npython manage.py migrate drf_account\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilmachines%2Fdrf-account","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcivilmachines%2Fdrf-account","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcivilmachines%2Fdrf-account/lists"}