{"id":18756658,"url":"https://github.com/ankitkumar8080/django-todo-cicd","last_synced_at":"2025-11-30T10:30:12.622Z","repository":{"id":151894370,"uuid":"624989122","full_name":"AnkitKumar8080/django-todo-cicd","owner":"AnkitKumar8080","description":"This repo is for django todo app deployment as a devops via jenkins","archived":false,"fork":false,"pushed_at":"2023-04-07T19:54:20.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-12-29T02:29:13.392Z","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/AnkitKumar8080.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-04-07T19:14:48.000Z","updated_at":"2024-05-03T18:46:26.000Z","dependencies_parsed_at":"2023-05-14T19:45:08.229Z","dependency_job_id":null,"html_url":"https://github.com/AnkitKumar8080/django-todo-cicd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkitKumar8080%2Fdjango-todo-cicd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkitKumar8080%2Fdjango-todo-cicd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkitKumar8080%2Fdjango-todo-cicd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkitKumar8080%2Fdjango-todo-cicd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnkitKumar8080","download_url":"https://codeload.github.com/AnkitKumar8080/django-todo-cicd/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644077,"owners_count":19673582,"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-07T17:37:35.373Z","updated_at":"2025-11-30T10:30:12.537Z","avatar_url":"https://github.com/AnkitKumar8080.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-todo\nA simple todo app built with django\n\n![todo App](https://raw.githubusercontent.com/shreys7/django-todo/develop/staticfiles/todoApp.png)\n### Setup\nTo get this repository, run the following command inside your git enabled terminal\n```bash\n$ git clone https://github.com/shreys7/django-todo.git\n```\nYou will need django to be installed in you computer to run this app. Head over to https://www.djangoproject.com/download/ for the download guide\n\nOnce you have downloaded django, go to the cloned repo directory and run the following command\n\n```bash\n$ python manage.py makemigrations\n```\n\nThis will create all the migrations file (database migrations) required to run this App.\n\nNow, to apply this migrations run the following command\n```bash\n$ python manage.py migrate\n```\n\nOne last step and then our todo App will be live. We need to create an admin user to run this App. On the terminal, type the following command and provide username, password and email for the admin user\n```bash\n$ python manage.py createsuperuser\n```\n\nThat was pretty simple, right? Now let's make the App live. We just need to start the server now and then we can start using our simple todo App. Start the server by following command\n\n```bash\n$ python manage.py runserver\n```\n\nOnce the server is hosted, head over to http://127.0.0.1:8000/todos for the App.\n\nCheers and Happy Coding :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitkumar8080%2Fdjango-todo-cicd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitkumar8080%2Fdjango-todo-cicd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitkumar8080%2Fdjango-todo-cicd/lists"}