{"id":19617731,"url":"https://github.com/macagua/example.django192.tutorial","last_synced_at":"2025-09-10T12:34:51.694Z","repository":{"id":137264133,"uuid":"51714822","full_name":"macagua/example.django192.tutorial","owner":"macagua","description":"A Django 1.9.2 Tutorial Demo from Getting started Django documentation ","archived":false,"fork":false,"pushed_at":"2016-02-17T14:51:30.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"reusable-apps","last_synced_at":"2025-02-26T18:17:34.700Z","etag":null,"topics":["django","django-application","django-example","examples","examples-python","tutorial"],"latest_commit_sha":null,"homepage":"https://docs.djangoproject.com/en/1.9/intro/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macagua.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-14T21:24:12.000Z","updated_at":"2024-01-01T19:32:06.000Z","dependencies_parsed_at":"2023-05-03T09:56:21.038Z","dependency_job_id":null,"html_url":"https://github.com/macagua/example.django192.tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macagua/example.django192.tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.django192.tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.django192.tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.django192.tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.django192.tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macagua","download_url":"https://codeload.github.com/macagua/example.django192.tutorial/tar.gz/refs/heads/reusable-apps","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macagua%2Fexample.django192.tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274462994,"owners_count":25290112,"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-09-10T02:00:12.551Z","response_time":83,"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":["django","django-application","django-example","examples","examples-python","tutorial"],"created_at":"2024-11-11T11:06:50.326Z","updated_at":"2025-09-10T12:34:51.671Z","avatar_url":"https://github.com/macagua.png","language":"Python","readme":"=====\nPolls\n=====\n\nPolls is a simple Django app to conduct Web-based polls. For each\nquestion, visitors can choose between a fixed number of answers.\n\n.. figure:: https://raw.github.com/macagua/django192-tutorial/reusable-apps/docs/screenshot.png\n  :align: center\n  :height: 431px\n  :width: 362px\n  :alt: The Django app to conduct Web-based polls.\n\n  The Django app to conduct Web-based polls.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"polls\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...\n        'polls',\n    ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n    url(r'^polls/', include('polls.urls')),\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.\n\nDemo example\n------------\n\nThis repository include a Django 1.9.2 project that has configured with *django-polls* app.\n\n1. Access to `example` directory in this repository.\n\n2. Install the *django-polls* requirements, into a Python virtualenv like this::\n\n    pip install -r requirements/dev.txt\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.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacagua%2Fexample.django192.tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacagua%2Fexample.django192.tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacagua%2Fexample.django192.tutorial/lists"}