{ "info": { "author": "PythonWarriors + Pulpocoders", "author_email": "info@trea.uy", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "===========\nPulpo Forms\n===========\n\nPulpo Forms is a Django app capable of creating powerful surveys with many different field types, multi path logic for fields and pages and statistical analysis of responses.\n\nQuick Start\n-----------\n\n1. Add ``'pulpo_forms'`` to the ``INSTALLED_APPS`` of your project's settings::\n\n\tINSTALLED_APPS = (\n\t\t# other apps\n\t\t'pulpo_forms',\n\t)\n\nAdd the ``FIELD_FILES`` to your project's settings to include the provided fields, plus any other field defined in another app::\n\n\tFIELD_FILES = (\n\t 'pulpo_forms.fieldtypes.TextField',\n\t 'pulpo_forms.fieldtypes.TextAreaField',\n\t 'pulpo_forms.fieldtypes.EmailField',\n\t 'pulpo_forms.fieldtypes.CheckboxField',\n\t 'pulpo_forms.fieldtypes.SelectField',\n\t 'pulpo_forms.fieldtypes.GeoField',\n\t 'pulpo_forms.fieldtypes.NumberField',\n\t 'pulpo_forms.fieldtypes.CIField',\n\t 'pulpo_forms.fieldtypes.FileField',\n\t 'other_app.fields',\n\t)\n\n* Add ``'pulpo_forms.middlets.ValidationErrorToHttpErrorMiddleware'`` to the ``MIDDLEWARE_CLASSES`` of your project's settings::\n\n\tMIDDLEWARE_CLASSES = (\n\t\t# other\n\t\t'pulpo_forms.middlets.ValidationErrorToHttpErrorMiddleware',\n\t)\n\n* Define the base url you want and add it to your project's settings:: \n\n\tFORMS_BASE_URL = ''\n\n* To configure the mail service the following variables must be defined in your settings file as well::\n\n\tEMAIL_HOST = <'MAIL_SERVER'>\n\tEMAIL_HOST_USER = <'MAIL_ACCOUNT'>\n\tEMAIL_HOST_PASSWORD = <'MAIL_PASSWORD'>\n\tEMAIL_PORT = \n\tEMAIL_USE_TLS = True\n\n* In your project's ``urls.py`` add::\n\n\turlpatterns = patterns('',\n\t # other patterns\n\t url(r'^/', include('pulpo_forms.urls'), name='base'),\n\t)\n\n* Run `python manage.py migrate` to create the app models", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pulpocoders/pulpo-forms-django", "keywords": "Django Survey Framework", "license": "Apache License", "maintainer": null, "maintainer_email": null, "name": "pulpo-forms", "package_url": "https://pypi.org/project/pulpo-forms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pulpo-forms/", "project_urls": { "Homepage": "https://github.com/pulpocoders/pulpo-forms-django" }, "release_url": "https://pypi.org/project/pulpo-forms/1.1/", "requires_dist": null, "requires_python": null, "summary": "Django App to create dynamic Surveys", "version": "1.1" }, "last_serial": 1563177, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "0c85877f297678b457bbcbfdad96511a", "sha256": "dfd85ba046313e55cc14f606403d1f7b0993adc028728ba9120f07812574178f" }, "downloads": -1, "filename": "pulpo-forms-1.1.tar.gz", "has_sig": false, "md5_digest": "0c85877f297678b457bbcbfdad96511a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1483061, "upload_time": "2015-05-26T15:49:23", "url": "https://files.pythonhosted.org/packages/c9/10/2ecf0569d4abafeeec00cc29cef51f3b26a5ff8cbae05e968370c562825a/pulpo-forms-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c85877f297678b457bbcbfdad96511a", "sha256": "dfd85ba046313e55cc14f606403d1f7b0993adc028728ba9120f07812574178f" }, "downloads": -1, "filename": "pulpo-forms-1.1.tar.gz", "has_sig": false, "md5_digest": "0c85877f297678b457bbcbfdad96511a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1483061, "upload_time": "2015-05-26T15:49:23", "url": "https://files.pythonhosted.org/packages/c9/10/2ecf0569d4abafeeec00cc29cef51f3b26a5ff8cbae05e968370c562825a/pulpo-forms-1.1.tar.gz" } ] }