{"id":20551691,"url":"https://github.com/do-community/django-polls","last_synced_at":"2025-07-22T21:33:14.323Z","repository":{"id":50359047,"uuid":"171750155","full_name":"do-community/django-polls","owner":"do-community","description":"Django Tutorial Polls App","archived":false,"fork":false,"pushed_at":"2023-03-25T19:35:09.000Z","size":33,"stargazers_count":55,"open_issues_count":3,"forks_count":91,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T11:42:51.013Z","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/do-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,"zenodo":null}},"created_at":"2019-02-20T21:13:39.000Z","updated_at":"2025-03-27T05:48:06.000Z","dependencies_parsed_at":"2025-04-14T11:37:04.634Z","dependency_job_id":"ea7be7f1-65f7-4761-b823-754d85c0c69d","html_url":"https://github.com/do-community/django-polls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/do-community/django-polls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fdjango-polls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fdjango-polls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fdjango-polls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fdjango-polls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/do-community","download_url":"https://codeload.github.com/do-community/django-polls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fdjango-polls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266578461,"owners_count":23951143,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-16T02:33:05.562Z","updated_at":"2025-07-22T21:33:14.293Z","avatar_url":"https://github.com/do-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Tutorial Polls App\n\nThis repository contains the complete code for the [Django](https://www.djangoproject.com/) project's [tutorial](https://docs.djangoproject.com/en/2.1/intro/tutorial01/) `polls` app. The code should mirror the code you've written at the end of [Part 7](https://docs.djangoproject.com/en/2.1/intro/tutorial07/). \n\nThe `SECRET_KEY` variable in `mysite/settings.py` has been scrubbed, and instructions for regenerating the key are available in the accompanying DigitalOcean [tutorial](https://www.digitalocean.com/community/tutorials).\n\nThis app is meant to be used as a reference Django app for several DigitalOcean tutorials, and should not be deployed in production.\n\n----\n\n### Quickstart\n\nPolls is a simple Django app to conduct Web-based polls. For each question, visitors can choose between a fixed number of answers.\n\n\n1. Add `polls` to your `INSTALLED_APPS` setting like this:\n\n```python\nINSTALLED_APPS = [\n        ...\n        'polls',\n    ]\n```\n\n2. Include the polls URLconf in your project `urls.py` like this:\n\n```python\npath('polls/', include('polls.urls')),\n```\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n   to create a poll (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/polls/ to participate in the poll.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fdjango-polls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdo-community%2Fdjango-polls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fdjango-polls/lists"}