{"id":24362747,"url":"https://github.com/bunesk/management-portal","last_synced_at":"2026-04-19T23:34:43.714Z","repository":{"id":53876857,"uuid":"305686495","full_name":"bunesk/management-portal","owner":"bunesk","description":"Management portal to manage licences and rollout updates to the customer","archived":false,"fork":false,"pushed_at":"2022-08-05T21:53:11.000Z","size":296,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-28T13:21:38.670Z","etag":null,"topics":["django","python","webapp"],"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/bunesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"licenses/__init__.py","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-20T11:30:40.000Z","updated_at":"2022-08-05T21:57:34.000Z","dependencies_parsed_at":"2022-09-03T01:50:45.523Z","dependency_job_id":null,"html_url":"https://github.com/bunesk/management-portal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bunesk/management-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunesk%2Fmanagement-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunesk%2Fmanagement-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunesk%2Fmanagement-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunesk%2Fmanagement-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunesk","download_url":"https://codeload.github.com/bunesk/management-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunesk%2Fmanagement-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32026745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python","webapp"],"created_at":"2025-01-18T22:53:28.191Z","updated_at":"2026-04-19T23:34:43.684Z","avatar_url":"https://github.com/bunesk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Management Portal\n\nA management portal to manage licenses, rollout updates to the customer and send heartbeats from customer servers.\nIt was developed on a university project from October 2020 to January 2021 for a partner company.\n\n## Goal of this project\n\nThe goal of this project is a central web portal where you can easily manage heartbeats, licenses and updates.\n\n### Heartbeat\n\nThe heartbeat should be send every day by the customer servers which are running the company's software.\nThe goal of this is to be able to notice early if a server is down. Also the heartbeat can send error messages.\nIn the web portal you are able to see if any heartbeats are missing or sent with error messages.\n\n### Licenses\n\nBecause doing license rollouts manually is very time-consuming you should be able to manage all licenses.\nYou can read, create, edit and delete all existing licenses in the web portal.\nYou are also able to see if a license is gonna expire soon.\nIf the license is extended you can create a future license which will rolls out automatically to the customer software.\n\n### Updates\n\nSame as automatically rolled out licenses also updates should be rolled out automatically.\n\n## Used technologies\n\n- Python 3 / Django\n- JQuery, Bootstrap \u0026 Font Awesome\n- MariaDB\n\n## Installation\n\nYou need to have Python 3 installed.\nNext you need to have Django and some libaries for it installed.\n\n```bash\npip install django\npip install mysqlclient\npip install djangorestframework\npip install requests\npip install schedule\n```\n\nWithin the next step you should make sure that your MariaDB connection credentials are correct by looking up at `DATABASES` in `database.py`.\nAfter that you can create a superuser and migrate the database tables.\n\nIn Windows:\n\n```bash\npython manage.py createsuperuser\npython manage.py migrate\n```\n\nIn Linux and MacOS:\n\n```bash\npython3 manage.py createsuperuser\npython3 manage.py migrate\n```\n\n### Customer scripts\n\nThe content of `Kundenscripts` belongs to the customer server. You might have to convert the `.py` file to an `.exe`.\nTo do this you have to execute:\n\n```bash\npip install pyinstaller\npip install auto-py-to-exe\n```\n\nAfter the helper tool opens you can select the file to convert.\n\n## Usage\n\nTo use the management portal you can start the webserver.\n\nIn Windows:\n`python manage.py runserver`\n\nIn Linux and MacOS:\n`python3 manage.py runserver`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunesk%2Fmanagement-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunesk%2Fmanagement-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunesk%2Fmanagement-portal/lists"}