{"id":16544559,"url":"https://github.com/ymezencev/todo","last_synced_at":"2026-04-18T19:33:16.015Z","repository":{"id":231669933,"uuid":"298492829","full_name":"ymezencev/todo","owner":"ymezencev","description":"Personal project. A Django web application to add and organize tasks. To do application makes you more productive.","archived":false,"fork":false,"pushed_at":"2020-12-28T09:44:31.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T23:45:07.737Z","etag":null,"topics":["django","educational-project","python","todo"],"latest_commit_sha":null,"homepage":"http://130.193.34.182/todo/my_day/","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/ymezencev.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}},"created_at":"2020-09-25T06:55:37.000Z","updated_at":"2022-11-25T13:54:22.000Z","dependencies_parsed_at":"2024-04-05T08:48:00.309Z","dependency_job_id":null,"html_url":"https://github.com/ymezencev/todo","commit_stats":null,"previous_names":["ymezencev/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ymezencev/todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymezencev%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymezencev%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymezencev%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymezencev%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymezencev","download_url":"https://codeload.github.com/ymezencev/todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymezencev%2Ftodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","educational-project","python","todo"],"created_at":"2024-10-11T19:03:14.472Z","updated_at":"2026-04-18T19:33:15.996Z","avatar_url":"https://github.com/ymezencev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To do application\n## Python, Django project\n### Try using it: http://130.193.34.182/todo/all/\n### A Django web application to add and organize tasks. To do application makes you more productive. Project for educational purposes.\n\n### Cool things about this app:\n* Add as many tasks as you need\n* Group tasks by categories\n* Create your own categories\n* The most important tasks could be found in \"Important\" category\n* You can add tasks to important from any page\n* App design is simple and useful\n\n\n![todo-app-interface](https://user-images.githubusercontent.com/60066986/97801859-ca2f7000-1c50-11eb-9db3-38d054aeeffa.png)\n\n# Installation \n1. Clone this repository into your directory\n```\ncd git\nhttps://github.com/ymezencev/todo.git\ncd todo\n```\n2. Install requirements\n```\npython -m venv env\n. env/bin/activate\npip install -r requirements.txt\n```\n\n3. Configure database\n```\nvim src/config/settings.py\n# for aqlite3 just incomment\n'ENGINE': 'django.db.backends.sqlite3',\n'NAME': BASE_DIR / 'db.sqlite3',\n# for postgres - install postgres\n```\n4. Set up your virtual env vars\n```\nDJANGO_SECRET_KEY=''\n# for postgres\nDB_NAME=''\nDB_USER=''\nDB_PASSWD=''\n\n```\n5. Start the app\n```\ncd todo\npyrhon manage.py runserver\n```\n# Enjoy it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymezencev%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymezencev%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymezencev%2Ftodo/lists"}