{ "info": { "author": "Aymeric Bringard", "author_email": "diadzine@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========================\nSimple Multilingual Survey\n==========================\n\nSimple Multilingual Survey is a simple Django app to conduct Web-based survey.\nFor each survey and question, visitors can choose between a fixed number of choices.\n\nQuick start\n-----------\n\n1. Add \"multilingual_survey\" to your INSTALLED_APPS settings like this:\n\n INSTALLED_APPS = (\n ...\n 'multilingual_survey',\n )\n\n2. Include the multilingual survey URLconf in your project urls.py like this::\n\n url(r'^survey/', include('multilingual_survey.urls', namespace='survey')),\n\n3. Run `python manage.py migrate` to create the survey models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a survey, questions and choices (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/survey/slug-of-the-suvey/ to answer the survey.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/diadzine/django-simple-multilingual-survey", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-simple-multilingual-survey", "package_url": "https://pypi.org/project/django-simple-multilingual-survey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-multilingual-survey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/diadzine/django-simple-multilingual-survey" }, "release_url": "https://pypi.org/project/django-simple-multilingual-survey/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to conduct Web-based multilingual surveys.", "version": "0.1.3" }, "last_serial": 1538940, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "117f903b666bd7799f4bfcb5acfc7666", "sha256": "d446bb435eb7ed19a229bf6dfab01f6fc4663c9a5d22b51c6f746c4806bd3343" }, "downloads": -1, "filename": "django-simple-multilingual-survey-0.1.2.tar.gz", "has_sig": false, "md5_digest": "117f903b666bd7799f4bfcb5acfc7666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8886, "upload_time": "2015-05-07T10:16:36", "url": "https://files.pythonhosted.org/packages/ad/d5/fc27da491009b43878bf47d12c843faf836890a1df2ca985cfa2ff90890c/django-simple-multilingual-survey-0.1.2.tar.gz" } ], "0.1.2": [], "0.1.3": [ { "comment_text": "", "digests": { "md5": "0d8e5b58aee206d235bcb197c49fbd40", "sha256": "cfaabf3568037887d8e9cfe0a3396073c80d2367bd02a75756273583a295a455" }, "downloads": -1, "filename": "django-simple-multilingual-survey-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d8e5b58aee206d235bcb197c49fbd40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8881, "upload_time": "2015-05-08T14:01:12", "url": "https://files.pythonhosted.org/packages/68/d2/05b94f2210bf5565218844b9961788fe4f1182eaf0f3ed1975d1ada1fc7b/django-simple-multilingual-survey-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d8e5b58aee206d235bcb197c49fbd40", "sha256": "cfaabf3568037887d8e9cfe0a3396073c80d2367bd02a75756273583a295a455" }, "downloads": -1, "filename": "django-simple-multilingual-survey-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d8e5b58aee206d235bcb197c49fbd40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8881, "upload_time": "2015-05-08T14:01:12", "url": "https://files.pythonhosted.org/packages/68/d2/05b94f2210bf5565218844b9961788fe4f1182eaf0f3ed1975d1ada1fc7b/django-simple-multilingual-survey-0.1.3.tar.gz" } ] }