{"id":20214991,"url":"https://github.com/betterstack-community/world-clock","last_synced_at":"2026-04-17T04:03:11.119Z","repository":{"id":83741977,"uuid":"598527592","full_name":"betterstack-community/world-clock","owner":"betterstack-community","description":"Django World Clock Application ","archived":false,"fork":false,"pushed_at":"2023-02-07T09:54:27.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T11:17:27.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/betterstack-community.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":"2023-02-07T09:47:53.000Z","updated_at":"2023-02-07T09:54:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1fbe709b-2334-4121-83de-ccbe783ef675","html_url":"https://github.com/betterstack-community/world-clock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/betterstack-community/world-clock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fworld-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fworld-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fworld-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fworld-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betterstack-community","download_url":"https://codeload.github.com/betterstack-community/world-clock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betterstack-community%2Fworld-clock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":[],"created_at":"2024-11-14T06:19:10.632Z","updated_at":"2026-04-17T04:03:11.098Z","avatar_url":"https://github.com/betterstack-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django World Clock\n\nA world clock application built to demonstrate logging with [Loguru](https://github.com/Delgan/loguru).\n\n**Tutorial**: [A Complete Guide to Logging in Python with Loguru](https://betterstack.com/community/guides/logging/loguru/).\n\n![Django World Clock](screenshot.png)\n\n## 🟢 Prerequisites\n\nYou must have the latest version of [Python 3](https://www.python.org) installed on your machine. This project is tested against Python 3.10.0.\n\n## 📦 Getting started\n\n- Clone this repo to your machine:\n\n  ```bash\n  git clone https://github.com/betterstack-community/django-world-clock.git\n  ```\n\n- `cd` into the project directory:\n\n  ```bash\n  cd django-world-clock\n  ```\n\n- Install Python virtual environment:\n\n  ```bash\n  python3 -m venv env\n  ```\n\n- Activate the virtual environment.\n\n  On Windows, run:\n\n  ```bash\n  env\\Scripts\\activate\n  ```\n\n  On Unix or macOS, run:\n\n  ```bash\n  source env/bin/activate\n  ```\n\n- `cd` into the `djangoWorldClock` app directory:\n\n  ```bash\n  cd djangoWorldClock\n  ```\n\n- Install the requirements:\n\n  ```bash\n  python -m pip install -r requirements.txt\n  ```\n\n- Run database migrations:\n\n  ```bash\n  python manage.py migrate\n  ```\n\n- Start the dev server:\n\n  ```bash\n  python manage.py runserver\n  ```\n\nYou should see the following output if the dev server is started successfully:\n\n```text\nWatching for file changes with StatReloader\nPerforming system checks...\n\nSystem check identified no issues (0 silenced).\nSeptember 18, 2022 - 18:21:58\nDjango version 4.1.1, using settings 'djangoWorldClock.settings'\nStarting development server at http://127.0.0.1:8000/\nQuit the server with CONTROL-C.\n```\n\nOpen your browser and go to [http://127.0.0.1:8000/](http://127.0.0.1:8000/)\n\n## ⚖ License\n\nThe code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fworld-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetterstack-community%2Fworld-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetterstack-community%2Fworld-clock/lists"}