{ "info": { "author": "Praekelt Foundation", "author_email": "dev@praekelt.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "mama-survey\r\n===========\r\n\r\n|travis|_ |coveralls|_\r\n\r\n.. |travis| image:: https://travis-ci.org/praekelt/mama-survey.png?branch=develop\r\n.. _travis: https://travis-ci.org/praekelt/mama-survey\r\n\r\n.. |coveralls| image:: https://coveralls.io/repos/praekelt/mama-survey/badge.png?branch=develop\r\n.. _coveralls: https://coveralls.io/r/praekelt/mama-survey\r\n\r\nmama-survey provides a simple multiple-choice question-only survey capability\r\nfor the askMAMA mobi site.\r\n\r\nAdministrators can create questionnaires in the admin site, and view and export\r\nanswers sheets.\r\n\r\nThe first available questionnaire will only be showed to users on their 2nd\r\nlogin. A link will also be displayed at the bottom of the home page.\r\n\r\nUsers can choose to complete the questionnaire immediately, later, or decline\r\nto participate. Decline will apply to all future questionnaires as well.\r\n\r\nUsers can bail out of a questionnaire halfway, and resume it later.\r\n\r\nStatistics about completed, aborted and declined questionnaires will be sent to\r\nthe apporpriate holodeck metrics tracker on a regular basis.\r\n\r\n\r\nDependencies\r\n------------\r\n\r\n- django-userprofile\r\n\r\n\r\nUsage\r\n-----\r\n\r\nFor production, install the application in the askMAMA site with::\r\n\r\n python setup.py install\r\n\r\nFor development, install the application in the askMAMA development site with::\r\n\r\n python setup.py develop\r\n\r\nSettings\r\n++++++++\r\n\r\nThe following settings must be added to settings.py::\r\n\r\n TEMPLATE_DIRS += (\r\n os.path.join(PATH, \"survey\", \"templates\", \"mobi\"),\r\n )\r\n\r\n INSTALLED_APPS += (\r\n 'survey',\r\n )\r\n\r\n LOGIN_REDIRECT_URL = '/survey/check-for-survey/'\r\n\r\n HOLODECK_URL = 'http://localhost:8001/'\r\nAuthors\r\n=======\r\n\r\nPraekelt Foundation\r\n-------------------\r\n\r\n* Jurgen Blignaut\r\nChangelog\r\n=========\r\n\r\n1.0.0\r\n=====\r\n - Initial release to pypi", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/praekelt/mama-survey", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "mama-survey", "package_url": "https://pypi.org/project/mama-survey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mama-survey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/praekelt/mama-survey" }, "release_url": "https://pypi.org/project/mama-survey/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Simple Survey Django Application for askMAMA", "version": "1.0.0" }, "last_serial": 2516244, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6ecfdc68321657891eb64ca39e7269d3", "sha256": "70fc8a752b9bd63ad035edb6a0fe22cbf7b95fff314ff1d6b807e93bb3176a3f" }, "downloads": -1, "filename": "mama-survey-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6ecfdc68321657891eb64ca39e7269d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23429, "upload_time": "2015-04-22T06:05:08", "url": "https://files.pythonhosted.org/packages/9b/35/696981c58df6e96c0a89200376704b6d346a1c8035803884ae8c99e62845/mama-survey-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ecfdc68321657891eb64ca39e7269d3", "sha256": "70fc8a752b9bd63ad035edb6a0fe22cbf7b95fff314ff1d6b807e93bb3176a3f" }, "downloads": -1, "filename": "mama-survey-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6ecfdc68321657891eb64ca39e7269d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23429, "upload_time": "2015-04-22T06:05:08", "url": "https://files.pythonhosted.org/packages/9b/35/696981c58df6e96c0a89200376704b6d346a1c8035803884ae8c99e62845/mama-survey-1.0.0.tar.gz" } ] }