{"id":16183127,"url":"https://github.com/retailify/calixos-poll","last_synced_at":"2025-04-07T12:41:46.296Z","repository":{"id":90882036,"uuid":"64477608","full_name":"retailify/calixos-poll","owner":"retailify","description":"A simple Poll plugin for django CMS","archived":false,"fork":false,"pushed_at":"2016-07-29T12:52:57.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T15:24:40.754Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/retailify.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,"publiccode":null,"codemeta":null}},"created_at":"2016-07-29T12:05:53.000Z","updated_at":"2016-07-29T12:16:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cb062d8-6cf7-441d-8070-08456702e712","html_url":"https://github.com/retailify/calixos-poll","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fcalixos-poll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fcalixos-poll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fcalixos-poll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retailify%2Fcalixos-poll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retailify","download_url":"https://codeload.github.com/retailify/calixos-poll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655138,"owners_count":20974130,"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-10-10T06:44:58.106Z","updated_at":"2025-04-07T12:41:46.277Z","avatar_url":"https://github.com/retailify.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n------------\n\nInstall latest from github:\n```\npip install -e git+https://github.com/retailify/calixos-poll.git#egg=calixos-poll\n```\n\nUsage\n-----\n\n1. Add 'poll' application in the ``INSTALLED_APPS`` settings:\n\n\t```\n\tINSTALLED_APPS = (\n    \t# ...\n    \t'poll',\n\t)\n\n\t```\n\n2. Add the poll's url to your urls.py.\n\n\t```\n\turlpatterns = patterns('',\n\t\t# ...\n    \turl(r'^poll/', include('poll.urls')),\n\t)\n\t```\n\n3. Run python manage.py migrate poll.\n\n5. Add the poll to your page via django CMS\n\n-----\nBased on https://github.com/applecat/django-simple-poll\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fcalixos-poll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretailify%2Fcalixos-poll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretailify%2Fcalixos-poll/lists"}