django-surveyplus


Namedjango-surveyplus JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryDjango Survey App
upload_time2024-05-07 05:49:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Wilmer Martinez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords django survey polls
VCS
bugtrack_url
requirements Django django-colorfield
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-survey
The "django-survey" project is an application for Django that makes it easy to create and manage surveys on websites. This application provides functionalities to create surveys, define questions and response options, manage active and inactive surveys, collect user responses, and generate statistical reports on survey results. With this tool, developers can easily integrate surveys into their Django websites to collect user data and feedback.

## Instalation

```sh
pip install django-surveyplus
```

## Use

### Add to installed applications

```py
# settings.py

INSTALLED_APPS = [
    # ...
    'survey',
    # ...
]
```

### Add the URLs

```py
urlpatterns = [
    # ...
    path('survey/', include('survey.urls')),
    # ...
]
```

### Run the migrations

```sh
python manage.py migrate
```

## Licence

This project is licensed under the MIT License. See [LICENSE](LICENSE) file for details.

## Proyect Status

This project is in Production/Stable ✔

## Contribution 💗

If you find value in this project and would like to show your support, please consider making a donation via PayPal:

[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO&locale.x=es_XC)

Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-surveyplus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "django, survey, polls",
    "author": null,
    "author_email": "Wilmer Martinez <info@wilmermartinez.dev>",
    "download_url": "https://files.pythonhosted.org/packages/87/24/e68e9705a6a764ed58a89681d2ff8038386a8d1f4df61426e94fb529d9d9/django_surveyplus-0.0.4.tar.gz",
    "platform": null,
    "description": "# django-survey\nThe \"django-survey\" project is an application for Django that makes it easy to create and manage surveys on websites. This application provides functionalities to create surveys, define questions and response options, manage active and inactive surveys, collect user responses, and generate statistical reports on survey results. With this tool, developers can easily integrate surveys into their Django websites to collect user data and feedback.\n\n## Instalation\n\n```sh\npip install django-surveyplus\n```\n\n## Use\n\n### Add to installed applications\n\n```py\n# settings.py\n\nINSTALLED_APPS = [\n    # ...\n    'survey',\n    # ...\n]\n```\n\n### Add the URLs\n\n```py\nurlpatterns = [\n    # ...\n    path('survey/', include('survey.urls')),\n    # ...\n]\n```\n\n### Run the migrations\n\n```sh\npython manage.py migrate\n```\n\n## Licence\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) file for details.\n\n## Proyect Status\n\nThis project is in Production/Stable \u2714\n\n## Contribution \ud83d\udc97\n\nIf you find value in this project and would like to show your support, please consider making a donation via PayPal:\n\n[Donate on PayPal](https://paypal.me/martinezwilmer?country.x=DO&locale.x=es_XC)\n\nYour generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Wilmer Martinez  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Django Survey App",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/wilmerm/django-survey",
        "Issues": "https://github.com/wilmerm/django-survey/issues",
        "Repository": "https://github.com/wilmerm/django-survey"
    },
    "split_keywords": [
        "django",
        " survey",
        " polls"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d302eb9be8390af40f77a4cc2c9fc25d92220d12d83113ae2b414836af505e92",
                "md5": "d364a98043c5dfe9838a005e57b876b6",
                "sha256": "8c7bd931cabfccd383168aa0bde280007d1176b54e5066637ef2ff3bfccc024d"
            },
            "downloads": -1,
            "filename": "django_surveyplus-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d364a98043c5dfe9838a005e57b876b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11590,
            "upload_time": "2024-05-07T05:49:20",
            "upload_time_iso_8601": "2024-05-07T05:49:20.147413Z",
            "url": "https://files.pythonhosted.org/packages/d3/02/eb9be8390af40f77a4cc2c9fc25d92220d12d83113ae2b414836af505e92/django_surveyplus-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8724e68e9705a6a764ed58a89681d2ff8038386a8d1f4df61426e94fb529d9d9",
                "md5": "5092bacb382bcd793548f1d271af6823",
                "sha256": "36208503a5b96e92c143b053dd42a1d57b45ba71838082fb9def095d1fc881cd"
            },
            "downloads": -1,
            "filename": "django_surveyplus-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5092bacb382bcd793548f1d271af6823",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8558,
            "upload_time": "2024-05-07T05:49:21",
            "upload_time_iso_8601": "2024-05-07T05:49:21.762284Z",
            "url": "https://files.pythonhosted.org/packages/87/24/e68e9705a6a764ed58a89681d2ff8038386a8d1f4df61426e94fb529d9d9/django_surveyplus-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 05:49:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wilmerm",
    "github_project": "django-survey",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Django",
            "specs": []
        },
        {
            "name": "django-colorfield",
            "specs": []
        }
    ],
    "lcname": "django-surveyplus"
}
        
Elapsed time: 0.37628s