{"id":21662685,"url":"https://github.com/codesyntax/django-uptime","last_synced_at":"2025-04-11T23:42:39.271Z","repository":{"id":63626036,"uuid":"567244006","full_name":"codesyntax/django-uptime","owner":"codesyntax","description":"Editable non-cached monitorization path for Django","archived":false,"fork":false,"pushed_at":"2024-04-26T06:02:45.000Z","size":53,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-26T09:28:58.017Z","etag":null,"topics":[],"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/codesyntax.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":"2022-11-17T11:35:39.000Z","updated_at":"2024-04-25T08:05:54.000Z","dependencies_parsed_at":"2024-04-25T09:28:48.722Z","dependency_job_id":"3d07ad4d-079f-46e3-8a91-4f0ae28a9141","html_url":"https://github.com/codesyntax/django-uptime","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.05555555555555558,"last_synced_commit":"accefc2803809f9b6bb8415d7fb7556519a58d35"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fdjango-uptime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fdjango-uptime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fdjango-uptime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesyntax%2Fdjango-uptime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesyntax","download_url":"https://codeload.github.com/codesyntax/django-uptime/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497901,"owners_count":21113982,"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-11-25T10:17:42.446Z","updated_at":"2025-04-11T23:42:39.238Z","avatar_url":"https://github.com/codesyntax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codesyntax/django-uptime/Django%20CI)\n![PyPI](https://img.shields.io/pypi/v/django-uptime?color=blue)\n![GitHub](https://img.shields.io/github/license/codesyntax/django-uptime)\n\n# django-uptime\nEditable non-cached monitorization path for Django\n\nInstallation\n------------\n\nTo install ``django_uptime`` simply run:\n\n```bash\n\n   pip install django-uptime\n```\n\nConfiguration\n-------------\n\nWe need to hook ``django-uptime`` into our project.\n\n1. Put ``django_uptime`` into your ``INSTALLED_APPS`` at settings module:\n\n```python\n\n   INSTALLED_APPS = (\n       # other apps\n       \"django_uptime\",\n   )\n```\n\n2. Include the desired url path into your projects main ``urls.py`` file:\n\n```python\n\n   from django.urls import include, path\n\n   urlpatterns = [\n      ...\n      path('ok/', include('django_uptime.urls')),\n      ...\n   ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fdjango-uptime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesyntax%2Fdjango-uptime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesyntax%2Fdjango-uptime/lists"}