{ "info": { "author": "Paul Maigutyak", "author_email": "pmaigutyak@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# MP-FAQ application\n\n### Installation\n\nInstall with pip:\n\n```\n$ pip install django-mp-faq\n```\n\nAdd faq to settings.py:\n\n```\nINSTALLED_APPS = [\n ...\n 'ordered_model',\n 'modeltranslation',\n 'faq',\n]\n```\nSync DB:\n\n```\n$ python manage.py migrate\n$ python manage.py sync_translation_fields\n```\n\n## Template\n```\n{% load faq %}\n\n{% get_faq_questions as faq_questions %}\n\n{% for question in faq_questions %}\n {{ question.question }}\n {{ question.answer|safe }}\n{% endfor %}\n```\n\n### Requirements\n\nApp require this packages:\n\n* django-modeltranslation\n* django-ordered-model\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/pmaigutyak/mp-faq/archive/1.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pmaigutyak/mp-faq", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-mp-faq", "package_url": "https://pypi.org/project/django-mp-faq/", "platform": "", "project_url": "https://pypi.org/project/django-mp-faq/", "project_urls": { "Download": "https://github.com/pmaigutyak/mp-faq/archive/1.3.tar.gz", "Homepage": "https://github.com/pmaigutyak/mp-faq" }, "release_url": "https://pypi.org/project/django-mp-faq/1.3/", "requires_dist": null, "requires_python": "", "summary": "Simple Django FAQ app", "version": "1.3" }, "last_serial": 4066151, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b74d535ee6c5413b76d2cae929a2001b", "sha256": "120395ce06db94f5d937b9d1af469f50adae6844988ab999ee50c0118943dbf2" }, "downloads": -1, "filename": "django-mp-faq-1.0.tar.gz", "has_sig": false, "md5_digest": "b74d535ee6c5413b76d2cae929a2001b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4173, "upload_time": "2017-06-10T13:58:04", "url": "https://files.pythonhosted.org/packages/cb/28/35e97e418be1dc6927e7db2a4b0609435294f2249679ea16d143e5996283/django-mp-faq-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0f61de57cf8b5cd5a56b81fcdb80a5df", "sha256": "2c51a61cf1dd54fac821dd382b18bacbf604cf3973d1993752ae98a7190838ec" }, "downloads": -1, "filename": "django-mp-faq-1.1.tar.gz", "has_sig": false, "md5_digest": "0f61de57cf8b5cd5a56b81fcdb80a5df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4167, "upload_time": "2018-02-06T17:57:01", "url": "https://files.pythonhosted.org/packages/38/e2/b488d3b2132108e5c65d0f08958d335f49dbc1a41c7d95cf83c04f82d4e9/django-mp-faq-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "7ca9dbaab8a6509aa9c268aa3262b943", "sha256": "acc28152778cb4c33d62dafbf20c66b12a7d8e6565f6ae411e2ed6a1a3c82ba9" }, "downloads": -1, "filename": "django-mp-faq-1.2.tar.gz", "has_sig": false, "md5_digest": "7ca9dbaab8a6509aa9c268aa3262b943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4785, "upload_time": "2018-02-25T14:57:47", "url": "https://files.pythonhosted.org/packages/9d/81/eed11ca865ee0a5f5e08498387d3a6bc5115c4c01c62b6121d1852487184/django-mp-faq-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "061cc9df568213412b04bf74eafecf88", "sha256": "69f7b851fc8c8f4c0857d062055830ccf0ce0b64239d9e990a5ee0efa34608c0" }, "downloads": -1, "filename": "django-mp-faq-1.3.tar.gz", "has_sig": false, "md5_digest": "061cc9df568213412b04bf74eafecf88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4869, "upload_time": "2018-07-16T15:27:40", "url": "https://files.pythonhosted.org/packages/2d/b1/a94522b679c24fc3a72c5eec2298b5dfc574e69dce5501e9b11dad4a4ecd/django-mp-faq-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "061cc9df568213412b04bf74eafecf88", "sha256": "69f7b851fc8c8f4c0857d062055830ccf0ce0b64239d9e990a5ee0efa34608c0" }, "downloads": -1, "filename": "django-mp-faq-1.3.tar.gz", "has_sig": false, "md5_digest": "061cc9df568213412b04bf74eafecf88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4869, "upload_time": "2018-07-16T15:27:40", "url": "https://files.pythonhosted.org/packages/2d/b1/a94522b679c24fc3a72c5eec2298b5dfc574e69dce5501e9b11dad4a4ecd/django-mp-faq-1.3.tar.gz" } ] }