{"id":25623300,"url":"https://github.com/nthe/issue-tracker","last_synced_at":"2026-05-15T17:41:26.107Z","repository":{"id":249953252,"uuid":"144644363","full_name":"nthe/issue-tracker","owner":"nthe","description":"Simple issue tracker application.","archived":false,"fork":false,"pushed_at":"2018-08-14T08:06:19.000Z","size":178,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-24T10:34:18.625Z","etag":null,"topics":["admin","django","issue","portal","python","tracker"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nthe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-08-13T23:32:43.000Z","updated_at":"2024-07-24T10:34:29.134Z","dependencies_parsed_at":"2024-07-24T10:44:31.925Z","dependency_job_id":null,"html_url":"https://github.com/nthe/issue-tracker","commit_stats":null,"previous_names":["nthe/issue-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fissue-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fissue-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fissue-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthe%2Fissue-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nthe","download_url":"https://codeload.github.com/nthe/issue-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240170069,"owners_count":19759141,"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":["admin","django","issue","portal","python","tracker"],"created_at":"2025-02-22T11:36:00.802Z","updated_at":"2026-05-15T17:41:21.073Z","avatar_url":"https://github.com/nthe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue Tracker\nSimple issue tracker application.\n\n- Feel free to ask about anything that is unclear, doesn't make sense or doesn't follow provided desscription. It's possible that I've overlooked, forgot or intentionally implemented something that doesn't follow **\"best practices\"**. \n\n- At first, I thought that I'll implement front-end/client app using `React`, but admin-site will do just fine.\n\n### References\n + [Official django documentation](https://docs.djangoproject.com/en/2.1/ref/contrib/admin/)\n + [Custom admin-site views (Medium article)](https://medium.com/@hakibenita/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad)\n\n\n## Installation / Setup\n\n**Note**: Make sure your located in the root of project (there's `server` folder at your current level). This guide assumes that you have `pip` and `virtualenv` installed and that you're using `*nix` system.\n\n```python\n# prepare virtual environment\nvirtualenv venv -p python3.6\n\n# activate virtual environment\nsource ./venv/bin/activate\n\n# install dependencies\npip install -r requirements.txt\n\n# navigate to server app folder\ncd server\n\n# migrate database (create tables, etc...)\npython manage.py migrate\n\n# load prepared data into database\npython manage.py loaddata fixture.json\n\n# serve backend\npython manage.py runserver\n```\n\n## Example users\n\nFeel free to use already existing users to test the page (name/password):\n \n - `SuperUser` role: \n    - `username`: Peter\n    - `password`: Start123#\n    \n - `Staff` role:\n    - `username`: Mark\n    - `password`: Start123#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthe%2Fissue-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnthe%2Fissue-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthe%2Fissue-tracker/lists"}