{ "info": { "author": "Kevin Fricovsky", "author_email": "kfricovsky@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "===========\nDjango-Fack\n===========\n\nThis is a simple FAQ application for a Django powered site, featuring:\n\n* The basic Q&A model you'd expect.\n\n* Question are grouped into topics.\n\n* Topics can be ordered and arranged, as can questions within topics.\n\n* Built-in views to drill down by topic and question, and individual\n question detail pages (for permalinks).\n\n* A view for users to submit new questions (with or without answers). These\n go into moderation queue and need to be marked \"active\" before they'll\n show up on the site.\n\nThere's an example app (distributed with the source) to try out if you'd like\nto get a taste of the app.\n\nFor more details, `see the documentation`__\n\n__ http://django-fack.rtfd.org/\n\nRequirements\n============\n\nDjango 1.3+, Python 2.6+.\n\nInstallation\n============\n\n1. ``pip install django-fack``\n\n2. Add ``\"fack\"`` to your ``INSTALLED_APPS`` setting.\n\n3. Wire up the FAQ views by adding a line to your URLconf::\n\n url('^faq/', include('fack.urls'))\n\n\nIf you'd like to load some example data then run ``python manage.py loaddata\nfaq_test_data.json``\n\nThe app's written with quite a bit of customization in mind; `see the customization documentation`__ for details.\n\n__ http://django-fack.rtfd.org/en/latest/customization.html\n\nExample Site\n============\n\nThere is a stand-alone example site distributed with the source in the\n`example/` directory. To try it out:\n\n1. Install django-Fack (see above).\n\n1. Run ``python manage.py syncdb``\n\n This assumes that sqlite3 is available; if not you'll need to change the\n ``DATABASES`` setting first.\n\n3. Load some example data by running\n ``python manage.py loaddata faq_test_data.json``\n\n4. Run ``python manage.py runserver`` and you will have the example site up and\n running. The home page will have links to get to the available views as well\n as to the admin.\n\nThe capability to submit an FAQ is available and works whether or not you are a\nlogged in user. Note that a staff member will have to use the admin and review\nany submitted FAQs and clean them up and set them to active before they are\nviewable by the end user views.\n\nContributing\n============\n\nTo run the tests, install tox__ (``pip install tox``) then run ``tox``.\n\n__ http://codespeak.net/tox/\n\nDevelopment `takes place on GitHub`__. Bug reports, pataches, and pull requests\nare always welcome!\n\n__ https://github.com/revsys/django-fack", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://django-fack.rtfd.org/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-fack", "package_url": "https://pypi.org/project/django-fack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://django-fack.rtfd.org/" }, "release_url": "https://pypi.org/project/django-fack/1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple FAQ application for Django sites.", "version": "1.1" }, "last_serial": 640042, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "cd4c69c5106cad6a9882b65c53375c41", "sha256": "072e33fa034bf45c9bb971c615bfd55b0af0a95ae8504b0a1468473359fa435c" }, "downloads": -1, "filename": "django-fack-1.0.tar.gz", "has_sig": false, "md5_digest": "cd4c69c5106cad6a9882b65c53375c41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22590, "upload_time": "2011-05-11T21:23:34", "url": "https://files.pythonhosted.org/packages/53/66/2be7d30dd091120ada8485ae10a3c6638f78dcffa59998f34f2420050edd/django-fack-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "1ee2243813452a3a5f5dfbdbc0720a50", "sha256": "54894cae3bf8fa6fb6fb4c20b4f3e64375e603c7cdfccef8b6966c01e8477a7a" }, "downloads": -1, "filename": "django-fack-1.1.tar.gz", "has_sig": false, "md5_digest": "1ee2243813452a3a5f5dfbdbc0720a50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21381, "upload_time": "2012-04-23T17:17:42", "url": "https://files.pythonhosted.org/packages/d8/31/80fef37af4b50bcdf3347785094c1505d24c11ed032f3f03b7df1f8c25e1/django-fack-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ee2243813452a3a5f5dfbdbc0720a50", "sha256": "54894cae3bf8fa6fb6fb4c20b4f3e64375e603c7cdfccef8b6966c01e8477a7a" }, "downloads": -1, "filename": "django-fack-1.1.tar.gz", "has_sig": false, "md5_digest": "1ee2243813452a3a5f5dfbdbc0720a50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21381, "upload_time": "2012-04-23T17:17:42", "url": "https://files.pythonhosted.org/packages/d8/31/80fef37af4b50bcdf3347785094c1505d24c11ed032f3f03b7df1f8c25e1/django-fack-1.1.tar.gz" } ] }